Sha256: 1c02aadbe974eebc6d53815248cb9ba37f1d6a9e65ecaa7f7307831e8bc14de7

Contents?: true

Size: 827 Bytes

Versions: 19

Compression:

Stored size: 827 Bytes

Contents

<% content_for :meta_title, Setting.first.try(:company_name) %>
<% content_for :meta_description, "Blog posts with the '#{@tag.name}' tag." %>
<% content_for :canonical_link, link_to('', blog_path, rel: 'canonical') %>

<div class="panel panel-info">
  <div class="panel-heading">
    <h3 class="panel-title"><%= "#{@tag.name} (#{@tag.taggings.count})" %></h3>
  </div>
  <div class="panel-body">
    Liste des articles avec cette étiquette
  </div>
</div>

<%= will_paginate @posts, inner_window: 2 %>

<% for post in @posts %>
  <%= render '/pages/individual_blog_post_in_list', post: post %>
<% end %>

<%= will_paginate @posts, inner_window: 2 %>

<%= render 'all_tags_list' %>
<%= render( 'admin_context_menu', page: @page) %>
<%# partial in tkh_menus gem or has to be added in host app %>
<%= render './shared/menus' %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
tkh_content-0.10.6 app/views/blog/by_tag.html.erb
tkh_content-0.10.5.1 app/views/blog/by_tag.html.erb
tkh_content-0.10.5 app/views/blog/by_tag.html.erb
tkh_content-0.10.4 app/views/blog/by_tag.html.erb
tkh_content-0.10.3 app/views/blog/by_tag.html.erb
tkh_content-0.10.2 app/views/blog/by_tag.html.erb
tkh_content-0.10.1 app/views/blog/by_tag.html.erb
tkh_content-0.10 app/views/blog/by_tag.html.erb
tkh_content-0.9.20 app/views/blog/by_tag.html.erb
tkh_content-0.9.19 app/views/blog/by_tag.html.erb
tkh_content-0.9.18 app/views/blog/by_tag.html.erb
tkh_content-0.9.17 app/views/blog/by_tag.html.erb
tkh_content-0.9.16 app/views/blog/by_tag.html.erb
tkh_content-0.9.15 app/views/blog/by_tag.html.erb
tkh_content-0.9.14 app/views/blog/by_tag.html.erb
tkh_content-0.9.13 app/views/blog/by_tag.html.erb
tkh_content-0.9.12 app/views/blog/by_tag.html.erb
tkh_content-0.9.11 app/views/blog/by_tag.html.erb
tkh_content-0.9.10 app/views/blog/by_tag.html.erb