Skip to content

Commit

Permalink
feat[#50499] Add parent link in edit and new page
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-braeunlein committed Nov 17, 2023
1 parent 07169df commit 6514964
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ See COPYRIGHT and LICENSE files for more details.
<% end %>

<% header.with_back_button(href: admin_settings_storages_path, 'aria-label': I18n.t("button_back")) %>


<% header.with_parent_link(href: admin_settings_storages_path, 'aria-label': I18n.t("button_back")) do %>
<%= t(:project_module_storages) %>
<% end %>

<% header.with_actions do %>
<%=
primer_form_with(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<%= t("storages.label_new_file_storage") %>
<% end %>

<% header.with_back_button(href: admin_settings_storages_path, 'aria-label': I18n.t("button_back")) %>

<% header.with_parent_link(href: admin_settings_storages_path, 'aria-label': I18n.t("button_back")) do %>
<%= t(:project_module_storages) %>
<% end %>

<% header.with_description do %>
<%=
t("storages.instructions.new_storage",
Expand Down

0 comments on commit 6514964

Please sign in to comment.