Sha256: 4498b82e59e2d51ea323fb6bd7e8537419f71711de90db232873d17155574374
Contents?: true
Size: 726 Bytes
Versions: 20
Compression:
Stored size: 726 Bytes
Contents
<% if can? :manage, Spotlight::Resource.new(exhibit: current_exhibit) %> <div class="add-items-nav clearfix"> <div class="pull-left"> <%= link_to t('.reindex'), reindex_all_exhibit_resources_path(current_exhibit), method: :post, class: 'btn btn-default' %> </div> <div class="pull-right"> <% if Spotlight::Engine.config.new_resource_partials.any? %> <%= link_to t('.new.repo_item'), new_exhibit_catalog_path(current_exhibit), class: 'btn btn-default' %> <% end %> <% if Spotlight::Engine.config.uploaded_resource_partials.any? %> <%= link_to t('.new.non_repo_item'), new_exhibit_resources_upload_path(current_exhibit), class: 'btn btn-default' %> <% end %> </div> </div> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems