Sha256: b5013d793b914595c7b4eb599c714793e67da66f74882ecaf99b65a80b1b1442
Contents?: true
Size: 1006 Bytes
Versions: 10
Compression:
Stored size: 1006 Bytes
Contents
<div class="col-xs-12 heading-row"> <div class="row"> <%= render 'create_work_action' if current_ability.can_create_any_work? %> <% if can?(:create, Collection) %> <div class="col-xs-6 col-sm-3 heading-tile"> <%= link_to hyrax.new_collection_path, id: "hydra-collection-add" do %> <span class="glyphicon glyphicon-plus"></span> <%= t("hyrax.dashboard.create_collection") %> <% end %> </div> <% end %> <div class="col-xs-6 col-sm-3 heading-tile"> <%= link_to hyrax.dashboard_works_path do %> <span class="glyphicon glyphicon-eye-open"></span> <%= t("hyrax.dashboard.view_works") %> <% end %> </div> <div class="col-xs-6 col-sm-3 heading-tile"> <%= link_to hyrax.dashboard_collections_path, id: "hydra-collection-view" do %> <span class="glyphicon glyphicon-th"></span> <%= t("hyrax.dashboard.view_collections") %> <% end %> </div> </div> </div>
Version data entries
10 entries across 10 versions & 2 rubygems