Sha256: 6baa2e454d75810362142f81ddc5ff3cc2340021538bc6a1ead2b9bbae8a6a86
Contents?: true
Size: 640 Bytes
Versions: 4
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
4 entries across 4 versions & 2 rubygems