Sha256: 656d66667fc14c6dae860264ea235559661db4e43172dc9ba937f7747176736a

Contents?: true

Size: 1.37 KB

Versions: 124

Compression:

Stored size: 1.37 KB

Contents

  <%- if params[:mode] == 'show_all_creators' -%>
    <%= patrons_list(manifestation.creators.readable_by(current_user)) %>
    <%- if manifestation.creators.readable_by(current_user).size > 5 -%>
      (<a href="#" onclick="$.ajax({data:'authenticity_token=' + encodeURIComponent('<%= form_authenticity_token %>'), success:function(request){$('#creator_list_<%= manifestation.id %>').html(request);}, type:'get', url:'<%= manifestation_path(manifestation, :index_num => manifestation.id, :mode => 'show_creators') %>'}); return false;"><%= t('page.hide') %></a>)
    <%- end -%>
  <%- else -%>
    <%= patrons_list(manifestation.creators.readable_by(current_user)[0..2]) %>
    <%- if manifestation.creators.readable_by(current_user).size > 5 -%>
      (<a href="#" onclick="$.ajax({data:'authenticity_token=' + encodeURIComponent('<%= form_authenticity_token %>'), success:function(request){$('#creator_list_<%= manifestation.id %>').html(request);}, type:'get', url:'<%= manifestation_path(manifestation, :index_num => manifestation.id, :mode => 'show_all_creators') %>'}); return false;"><%= t('page.show_all') %></a>)
    <%- end -%>
  <%- end -%>

  <%= patrons_list(manifestation.contributors.readable_by(current_user)) %>
  <%= patrons_list(manifestation.publishers.readable_by(current_user)) %>
  <%- if manifestation.pub_date.present? -%>
    (<%= manifestation.pub_date -%>)
  <%- end -%>

Version data entries

124 entries across 62 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre11 app/views/manifestations/_show_creators.mobile.erb
enju_flower-0.1.0.pre11 app/views/manifestations/_show_creators.html.erb
enju_flower-0.1.0.pre10 app/views/manifestations/_show_creators.mobile.erb
enju_flower-0.1.0.pre10 app/views/manifestations/_show_creators.html.erb
enju_biblio-0.1.0.pre42 app/views/manifestations/_show_creators.mobile.erb
enju_biblio-0.1.0.pre42 app/views/manifestations/_show_creators.html.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/_show_creators.html.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/_show_creators.mobile.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_show_creators.html.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_show_creators.mobile.erb
enju_biblio-0.1.0.pre40 app/views/manifestations/_show_creators.html.erb
enju_biblio-0.1.0.pre40 app/views/manifestations/_show_creators.mobile.erb
enju_biblio-0.1.0.pre39 app/views/manifestations/_show_creators.mobile.erb
enju_biblio-0.1.0.pre39 app/views/manifestations/_show_creators.html.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_show_creators.html.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_show_creators.mobile.erb
enju_biblio-0.1.0.pre38 app/views/manifestations/_show_creators.mobile.erb
enju_biblio-0.1.0.pre38 app/views/manifestations/_show_creators.html.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_show_creators.html.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_show_creators.mobile.erb