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