Sha256: c2cb6f7f1acb5f4f5440401fcd334b65e4c143d313c0e34d585fdd160ba60ff2

Contents?: true

Size: 1.2 KB

Versions: 22

Compression:

Stored size: 1.2 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
  <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 ui-widget-content">
  <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')), bookmarks_path(user_id: current_user.username, tag: @tag.name) -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 app/views/tags/show.html.erb
enju_bookmark-0.3.1 app/views/tags/show.html.erb
enju_bookmark-0.3.0 app/views/tags/show.html.erb
enju_bookmark-0.3.0.beta.1 app/views/tags/show.html.erb
enju_bookmark-0.2.2 app/views/tags/show.html.erb
enju_bookmark-0.2.1 app/views/tags/show.html.erb
enju_bookmark-0.2.0 app/views/tags/show.html.erb
enju_bookmark-0.2.0.beta.5 app/views/tags/show.html.erb
enju_bookmark-0.2.0.beta.3 app/views/tags/show.html.erb
enju_bookmark-0.2.0.beta.2 app/views/tags/show.html.erb
enju_bookmark-0.2.0.beta.1 app/views/tags/show.html.erb
enju_bookmark-0.1.3 app/views/tags/show.html.erb
enju_bookmark-0.1.2 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre23 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre22 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre21 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre20 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre19 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre18 app/views/tags/show.html.erb
enju_bookmark-0.1.2.pre17 app/views/tags/show.html.erb