Skip to content

Commit

Permalink
Merge pull request #3247 from samvera/1961-update-headline-usage-dash…
Browse files Browse the repository at this point in the history
…board

Fix ordering of headlines on Dashboard landing page
  • Loading branch information
adamjarling committed Sep 10, 2018
2 parents 794f3af + 3050629 commit f4981e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/hyrax/admin/collection_types/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<%= t('.more_toggle_content_html') %>
</div>
<h3>Current Collection Types</h3>
<h2>Current Collection Types</h2>
<table class="table collection-types-table">
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion app/views/hyrax/dashboard/_admin_sets.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><%= t('.title') %></h3>
<h2 class="panel-title"><%= t('.title') %></h2>
<div><%= t('.subtitle') %></div>
</div>
<div class="panel-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
<div class="row">
<div class="col-xs-6 proxy-search">
<h4><%= t("hyrax.dashboard.authorize_proxies") %></h4>
<h2><%= t("hyrax.dashboard.authorize_proxies") %></h2>
<div class="form-group">
<label for="user"><%= t("hyrax.dashboard.proxy_user") %></label>
<%= hidden_field_tag :user, nil, data: { grantor: current_user.to_param } %>
Expand All @@ -15,7 +15,7 @@
</div>

<div class="col-xs-6">
<h4><%= t("hyrax.dashboard.current_proxies") %></h4>
<h2><%= t("hyrax.dashboard.current_proxies") %></h2>
<table class="table table-condensed table-striped" id="authorizedProxies">
<tbody>
<% user.can_receive_deposits_from.each do |depositor| %>
Expand Down

0 comments on commit f4981e5

Please sign in to comment.