Sha256: 53af0a9b185f057b30fac91f7a15addf0583453fc54acb934aa6ca90936441bd

Contents?: true

Size: 624 Bytes

Versions: 5

Compression:

Stored size: 624 Bytes

Contents

<section class="tags">
  <header>
    <%= render partial: 'edit_icon' %>
    <h4>
      <%= t('profile.tags.other') %>
    </h4>
  </header>
  <div class="briefing"> 
    <% if @profile.subject.tag_list.count > 0 %>
      <%= tag_list @profile.subject %>
    <% else %>
      <%= render partial: 'empty' %>
    <% end %>
  </div>
    <% if can?(:update, @profile) %>
    <div class="update">
      <%= form_for(@profile, :url => [ @profile.subject, :profile ]) do |f| %>
        <%= f.text_field :tag_list, "data-path" => tags_path(format: :json) %>
        <%= f.submit %>
      <% end %>
    </div>
  <% end %>
</section>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-2.1.1 base/app/views/profiles/_tags.html.erb
social_stream-2.1.0 base/app/views/profiles/_tags.html.erb
social_stream-base-2.1.0 app/views/profiles/_tags.html.erb
social_stream-2.0.4 base/app/views/profiles/_tags.html.erb
social_stream-base-2.0.4 app/views/profiles/_tags.html.erb