Sha256: c9cbe2a53a2db5344c6acbfd862d10ccad6a869136db94a75705c268500c08f8

Contents?: true

Size: 303 Bytes

Versions: 25

Compression:

Stored size: 303 Bytes

Contents

<% content_for :all_tags_list do %>
  <h2>étiquettes</h2>
  <% if Tag.count > 0 %>
    <p class="all-tags-list">
      <%= render :partial => 'blog/individual_tag', collection: Tag.with_taggings, as: :tag %>
    </p>
  <% else %>
    <p>There are currently no tags to display</p>
  <% end %>
<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
tkh_content-0.10.10 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.9 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.8 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.7 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.6 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.5.1 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.5 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.4 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.3 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.2 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10.1 app/views/blog/_all_tags_list.html.erb
tkh_content-0.10 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.20 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.19 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.18 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.17 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.16 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.15 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.14 app/views/blog/_all_tags_list.html.erb
tkh_content-0.9.13 app/views/blog/_all_tags_list.html.erb