You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
516 B
8 lines
516 B
5 years ago
|
<% define_admin_breadcrumbs do %>
|
||
|
<% add_admin_breadcrumb('镜像管理', admins_mirror_repositories_path) %>
|
||
|
<% add_admin_breadcrumb(current_mirror.type_name, edit_admins_mirror_repository_path(current_mirror)) %>
|
||
|
<% add_admin_breadcrumb('脚本列表', admins_mirror_repository_mirror_scripts_path(current_mirror)) %>
|
||
|
<% add_admin_breadcrumb('编辑脚本') %>
|
||
|
<% end %>
|
||
|
|
||
|
<%= render partial: 'admins/mirror_scripts/shared/form', locals: { mirror: current_mirror, script: @script, form_action: 'update' } %>
|