diff --git a/app/views/themes/reshare_show/_user_util_links.html.erb b/app/views/themes/reshare_show/_user_util_links.html.erb
index 560e5b4..c17e291 100644
--- a/app/views/themes/reshare_show/_user_util_links.html.erb
+++ b/app/views/themes/reshare_show/_user_util_links.html.erb
@@ -1,24 +1,26 @@
-
+
<%= render 'shared/locale_picker' if available_translations.size > 1 %>
<% if current_ability.user_groups.include?('admin') %>
- -
+
-
<%= render_notifications(user: current_user) %>
-
- <%= link_to hyrax.dashboard_profile_path(current_user), role: 'button', data: { toggle: 'dropdown' }, aria: { haspopup: true, expanded: false, controls: 'user-util-links' } do %>
+ <%= link_to hyrax.dashboard_profile_path(current_user), class: 'nav-link dropdown-toggle', id: 'navbarDropdown', role: 'button', data: { toggle: 'dropdown' }, aria: { haspopup: true, expanded: false } do %>
<%= t("hyrax.toolbar.profile.sr_action") %>
- <%= current_user.name %>
+ <%= current_user.name %>
<%= t("hyrax.toolbar.profile.sr_target") %>
-
-
+
<% end %>
-
+
<% end %>
diff --git a/config/show_themes.yml b/config/show_themes.yml
new file mode 100644
index 0000000..9e5a9b6
--- /dev/null
+++ b/config/show_themes.yml
@@ -0,0 +1,19 @@
+# These settings are to provide information about your theme
+# and should follow the format
+# theme:
+# name: Theme notes
+# notes: Notes about the theme you want to display
+#
+default_show:
+ name: Default Show Page
+ notes: This is the default Hyku show page. It is recommended for use with cultural repositories.
+cultural_show:
+ name: Cultural Show Page
+ notes: This image based show page is recommended for cultural repositories.
+scholarly_show:
+ name: Scholarly Show Page
+ notes: This text based show page is recommended for institutional repositories.
+reshare_show:
+ name: ReShare Show Page
+ notes: For ReShare CDL Pilot use only, do not use unless instructed to do so.
+