Sha256: ac154e45e2f43561dd215cefad427265db6e94d43b6e3076778fd0da8f5bdedc
Contents?: true
Size: 455 Bytes
Versions: 14
Compression:
Stored size: 455 Bytes
Contents
<div class="form-actions"> <%= link_to "Download this File", main_app.download_path(presenter), class: 'btn btn-default', data: { turbolinks: false }, target: :_blank %> <% if can? :edit, presenter.id %> <%= link_to "Edit this File", edit_polymorphic_path([main_app, presenter]), class: 'btn btn-default' %> <% end %> <%= link_to "Back to #{parent.human_readable_type}", parent_path(parent), class: 'btn btn-default' %> </div>
Version data entries
14 entries across 14 versions & 1 rubygems