diff --git a/app/assets/stylesheets/hyrax/_styles.scss b/app/assets/stylesheets/hyrax/_styles.scss index 7ead0078b6..0fe44c7eaa 100644 --- a/app/assets/stylesheets/hyrax/_styles.scss +++ b/app/assets/stylesheets/hyrax/_styles.scss @@ -72,3 +72,7 @@ label.disabled { margin-bottom: 1rem; } } + +#content_block_page { + display: block; +} \ No newline at end of file diff --git a/app/views/hyrax/admin/features/index.html.erb b/app/views/hyrax/admin/features/index.html.erb index 87589ba47b..98b50e8f7f 100644 --- a/app/views/hyrax/admin/features/index.html.erb +++ b/app/views/hyrax/admin/features/index.html.erb @@ -9,7 +9,7 @@
+ | Status | <%= t('.feature') %> | <%= t('.description') %> | <%= t('.action') %> | diff --git a/app/views/hyrax/content_blocks/_form.html.erb b/app/views/hyrax/content_blocks/_form.html.erb index 84e88f0d21..142a868574 100644 --- a/app/views/hyrax/content_blocks/_form.html.erb +++ b/app/views/hyrax/content_blocks/_form.html.erb @@ -29,7 +29,7 @@ <% end %> @@ -45,7 +45,7 @@ <% end %> @@ -61,7 +61,7 @@ <% end %> diff --git a/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb b/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb index 540225dd41..a40bd04229 100644 --- a/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb +++ b/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb @@ -7,7 +7,7 @@
- <%= link_to [main_app, document], "class" => "media-left mr-3", "aria-hidden" => "true" do %>
+ <%= link_to [main_app, document], "class" => "media-left mr-3" do %>
<%= document_presenter(document)&.thumbnail&.thumbnail_tag(
{ class: "d-none d-md-block file_listing_thumbnail", alt: document.title_or_label }, { suppress_link: true }
) %>
diff --git a/app/views/hyrax/pages/_form.html.erb b/app/views/hyrax/pages/_form.html.erb
index d0bcadaace..22502de220 100644
--- a/app/views/hyrax/pages/_form.html.erb
+++ b/app/views/hyrax/pages/_form.html.erb
@@ -36,7 +36,7 @@
<% end %>
@@ -52,7 +52,7 @@
<% end %>
@@ -68,7 +68,7 @@
<% end %>
@@ -84,7 +84,7 @@
<% end %>
|
---|