Sha256: 92ce319577e5ff0aa22d0f7404133f475f7f61080ae40ed812109ec15b4b3c6c

Contents?: true

Size: 1.65 KB

Versions: 21

Compression:

Stored size: 1.65 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.profile -%>
</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.shared') -%>:</strong>
  <%= localized_boolean(@bookmark.shared) -%>
</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 ui-widget-content">
  <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

21 entries across 21 versions & 1 rubygems

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