Sha256: 36ef7c24df5329586c7de8b070a9784e1683e2c2f9df3e65c5483a26d170e2f6

Contents?: true

Size: 1.17 KB

Versions: 37

Compression:

Stored size: 1.17 KB

Contents

<div id="content_detail" class="ui-corner-all">
  <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.tag')) -%></h1>
  <div id="content_list">
<p id="notice"><%= notice %></p>

    <h2 class="resource_title">
      [T]
      <%= @tag.name -%>
    </h2>

    <p>
      (<%= link_to_wikipedia(@tag.name) -%>)
    </p>

    <p>
      <strong><%= t('activerecord.attributes.tag.taggings_count') -%>:</strong>
      <%= @tag.taggings.size -%>
      (<%= link_to t('page.search'), manifestations_path(:tag => @tag.name) -%>)
    </p>

    <p>
      <strong><%= t('page.created_at') -%>:</strong>
      <%= l(@tag.created_at) -%>
    </p>

  </div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.back'), :back -%></li>
    <li><%= link_to t('page.edit'), edit_tag_path(@tag.name) -%></li>
    <li><%= link_to t('page.search_resource', :model => t('activerecord.models.resource')), manifestations_path(:tag => @tag.name) -%></li>
    <%- if user_signed_in? -%>
      <li><%= link_to t('page.search_resource', :model => t('activerecord.models.bookmark')), user_bookmarks_path(current_user, :tag => @tag.name) -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
enju_bookmark-0.1.2.pre14 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre13 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre12 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre11 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre10 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre9 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre8 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre7 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre6 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre5 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre4 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre3 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre2 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre app/views/tags/show.html.erb
enju_bookmark-0.1.1 app/views/tags/show.html.erb
enju_bookmark-0.1.0.pre app/views/tags/show.html.erb
enju_bookmark-0.1.0 app/views/tags/show.html.erb
enju_bookmark-0.0.22 app/views/tags/show.html.erb
enju_bookmark-0.0.21 app/views/tags/show.html.erb
enju_bookmark-0.0.20 app/views/tags/show.html.erb