Sha256: 66651c672a3bd84434041eb5a2ae934fef3798cb511f3edadcd987fa397783a8

Contents?: true

Size: 897 Bytes

Versions: 22

Compression:

Stored size: 897 Bytes

Contents

<%- if manifestation.bookmarks.exists? -%>
  <ul>
    <%- manifestation.bookmarks.each do |bookmark| -%>
      <% if bookmark.shared? %>
        <li><%= link_to bookmark.user.username, bookmark -%>
          <%- bookmark.tags.each do |tag| -%>
            [<%= link_to tag.name, manifestations_path(:tag => tag.name) -%>]
          <%- end -%>
          <%= bookmark.note -%>
          <%- if user_signed_in? and current_user == bookmark.user -%>
            <%= link_to image_tag('icons/page_edit.png', :alt => t('page.edit')), edit_bookmark_path(bookmark) -%>
          <%- end -%>
        </li>
      <%- end -%>
    <%- end -%>
  </ul>
<%- else -%>
  <p>
    <%= t('bookmark.not_bookmarked') -%>
    <%- if user_signed_in? -%>
      <%= link_to t('bookmark.add_to_my_bookmark'), new_bookmark_path(:bookmark => {:url => manifestation_url(manifestation)}) -%>
    <%- end -%>
  </p>
<%- end -%>

Version data entries

22 entries across 22 versions & 1 rubygems

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