Skip to content

Commit

Permalink
Merge pull request #988 from UNC-Libraries/hyc-1712-menu
Browse files Browse the repository at this point in the history
HYC-1712 - Restore "Ingest from FTP" and "Assign Admin Set Worktype" menu entries
  • Loading branch information
sharonluong committed Jul 17, 2023
2 parents fd4648b + 4ea372d commit e412a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
24 changes: 0 additions & 24 deletions app/views/hyrax/dashboard/sidebar/_repository_content.html.erb

This file was deleted.

7 changes: 7 additions & 0 deletions app/views/hyrax/dashboard/sidebar/_tasks.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
onclick: "dontChangeAccordion(event);") do %>
<span class="fa fa-flag" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.embargoes.index.manage_embargoes') %></span>
<% end %>
<%= menu.nav_link(main_app.ingest_from_ftp_path) do %>
<span class="fa fa-upload" aria-hidden="true"></span> <span class="sidebar-action-text">Ingest from FTP</span>
<% end %>
<%= menu.nav_link(main_app.default_admin_sets_path) do %>
<span class="fa fa-archive" aria-hidden="true"></span> <span class="sidebar-action-text">Assign Admin Set Worktype</span>
<% end %>
<% end %>
<%= render 'hyrax/dashboard/sidebar/menu_partials', menu: menu, section: :tasks %>

0 comments on commit e412a34

Please sign in to comment.