forked from jasder/forgeplus
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
|
<%
|
||
|
define_admin_breadcrumbs do
|
||
|
add_admin_breadcrumb('镜像管理', admins_mirror_repositories_path)
|
||
|
add_admin_breadcrumb('镜像详情')
|
||
|
end
|
||
|
%>
|
||
|
|
||
|
<%= render partial: 'admins/mirror_repositories/shared/form', locals: { mirror: @mirror, form_action: 'update' } %>
|