Sha256: 9fdee087800c62ac7ac7ac7f6cfd76c786de7793f6e18cefb487bf8ab8507881

Contents?: true

Size: 1.5 KB

Versions: 20

Compression:

Stored size: 1.5 KB

Contents

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

<p>
  <strong><%= t('activerecord.models.user') -%>:</strong>
  <%= link_to @bookmark.user.username, @bookmark.user -%>
</p>

<p>
  <strong><%= t('activerecord.models.manifestation') -%>:</strong>
  <%= link_to @bookmark.manifestation.original_title, @bookmark.manifestation -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.bookmark.url') -%>:</strong>
  <%= link_to @bookmark.url, @bookmark.url -%>
</p>

<p>
  <strong><%= t('page.tag') -%>:</strong>
  <%- @bookmark.tag_counts.collect {|tag| -%>
  <%= link_to tag.name, manifestations_path(:tag => tag.name) -%>
  <%- } -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.bookmark.note') -%>:</strong>
  <%= @bookmark.note -%>
</p>

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

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

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'),edit_bookmark_path(@bookmark) -%></li>
    <li><%= link_to t('page.destroy'), @bookmark, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></li>
    <li><%= link_to t('page.back_to', :model => t('activerecord.models.manifestation')), @bookmark.manifestation -%></li>
    <li><%= link_to t('page.back'), bookmarks_url -%></li>
  </ul>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

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