Sha256: 3eb991f710328ebd76ef293876a58876b85b3aaf3f82a3ee923f4019fdf0e475

Contents?: true

Size: 672 Bytes

Versions: 31

Compression:

Stored size: 672 Bytes

Contents

<div id="tag_list">
  <%- if manifestation.tags -%>
    <%- manifestation.tags.each do |tag| -%>
      <%= link_to_tag(tag) -%>
      <%- if can? :destroy, tag -%>
        <%= link_to image_tag('icons/tag_blue_edit.png', :alt => t('page.edit')), tag_path(tag.name) -%>
      <%- end -%>
    <%- end -%>
  <%- end -%>
  <%- if user_signed_in? -%>
    (<a href="#" onclick="$.ajax({data:'authenticity_token=' + encodeURIComponent('<%= form_authenticity_token %>'), success:function(request){$('#tag_list').html(request);}, type:'get', url:'<%= edit_manifestation_path(manifestation, :mode => 'tag_edit') %>'}); return false;"><%= t('page.edit') %></a>)
  <%- end -%>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
enju_bookmark-0.1.2.pre8 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre7 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre6 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre5 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre4 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre3 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre2 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.2.pre app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.1 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.0.pre app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.1.0 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.22 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.21 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.20 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.19 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.18 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.17 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.16 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.15 app/views/manifestations/_tag_list.html.erb
enju_bookmark-0.0.14 app/views/manifestations/_tag_list.html.erb