Sha256: 2aa6f06765e7c4656d4a76215c5599df92f83d1f08cc03da179da9bf7370790c

Contents?: true

Size: 1.49 KB

Versions: 17

Compression:

Stored size: 1.49 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, :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

17 entries across 17 versions & 1 rubygems

Version Path
enju_bookmark-0.0.19 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.18 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.17 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.16 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.15 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.14 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.13 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.12 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.11 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.10 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.9 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.8 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.7 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.6 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.5 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.4 app/views/bookmarks/show.html.erb
enju_bookmark-0.0.3 app/views/bookmarks/show.html.erb