Sha256: 2de5c90e972c5c43d2cf511dc256a142bf2cb5d4bf660d03a162245fd99f21a6
Contents?: true
Size: 640 Bytes
Versions: 8
Compression:
Stored size: 640 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 :class => "btn" %> <% end %> </div> <% end %> </section>
Version data entries
8 entries across 8 versions & 2 rubygems