Sha256: 21aaacae1d97e614e6b7f1dac7b0f2b31e97f726c44624a95d11816580b44d60
Contents?: true
Size: 923 Bytes
Versions: 1
Compression:
Stored size: 923 Bytes
Contents
<% provide :page_title, application_name %> <% if @presenter.display_share_button? %> <div class="home_share_work row"> <div class="col-sm-12 text-center"> <% if signed_in? %> <%= link_to '#', class: "btn btn-primary btn-lg", data: { behavior: 'select-work', target: '#worktypes-to-create', 'create-type' => 'single' } do %> <i class="glyphicon glyphicon-upload"></i> <%= t('hyrax.share_button') %> <% end %> <% else %> <%= link_to hyrax.dashboard_index_path, class: "btn btn-primary btn-lg" do %> <i class="glyphicon glyphicon-upload"></i> <%= t('hyrax.share_button') %> <% end %> <% end %> <p><%= link_to t(:'hyrax.controls.terms'), hyrax.terms_path %></p> </div> </div> <% end %> <div class="row home-content"> <%= render 'home_content' %> </div> <%= tiny_mce_stuff if can? :update, ContentBlock%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_hyrax-0.0.1.alpha | app/views/hyrax/homepage/index.html.erb |