Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Homepage fixes
Browse files Browse the repository at this point in the history
Complete #142
LaRita Robinson committed Jan 21, 2025
1 parent 2b79a3b commit 2b7a829
Showing 6 changed files with 5 additions and 69 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/themes/image_show.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.image_show {
.show-actions {
.btn.btn-default, .btn.btn-danger, .btn-group {
.btn.btn-secondary, .btn.btn-danger, .btn-group {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
2 changes: 1 addition & 1 deletion app/views/advanced/_advanced_search_fields.html.erb
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
</div>
<%- end -%>

<a class="btn btn-default additional-fields collapsed" data-toggle="collapse" role="button" aria-expanded="false" aria-controls="additionalFieldsDiv" href="#additionalFieldsDiv">Additional fields</a>
<a class="btn btn-secondary additional-fields collapsed" data-toggle="collapse" role="button" aria-expanded="false" aria-controls="additionalFieldsDiv" href="#additionalFieldsDiv">Additional fields</a>

<div id="additionalFieldsDiv" class="collapse" aria-expanded="false">
<%- secondary_search_fields_for(search_fields_for_advanced_search).each do |key, field_def| -%>
42 changes: 0 additions & 42 deletions app/views/catalog/_search_form.html.erb

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/hyrax/base/_citations.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<button
class="btn btn-default btn-block citations-button center-block"
class="btn btn-secondary btn-block citations-button center-block"
data-toggle="collapse"
href="#collapse-citations"
role="button"
2 changes: 2 additions & 0 deletions app/views/hyrax/base/_privacy_policy.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
|
<a href="https://hykuforconsortia.palni.org/privacy" target="_blank" class="navbar-link"> Privacy Policy</a>
24 changes: 0 additions & 24 deletions app/views/shared/_footer.html.erb

This file was deleted.

0 comments on commit 2b7a829

Please sign in to comment.