2013-11-12 12:04:40 +00:00
|
|
|
= render 'submenu'
|
|
|
|
= render 'sidebar'
|
|
|
|
|
|
|
|
%h3= raw "#{t("layout.repositories.remove_projects_from")}: #{link_to @repository.name, platform_repository_path(@platform, @repository)}"
|
|
|
|
|
2014-01-21 04:51:49 +00:00
|
|
|
= form_for :repository, url: remove_project_platform_repository_path(@platform, @repository), method: :delete, html: { class: :form } do |f|
|
2013-11-12 12:04:40 +00:00
|
|
|
.leftlist= f.label :projects_list
|
|
|
|
.rightlist= f.text_area :projects_list
|
|
|
|
.both
|
|
|
|
.hr
|
|
|
|
.button_block
|
2014-01-21 04:51:49 +00:00
|
|
|
= submit_tag t('layout.delete'), data: {'disable-with' => t('layout.saving')}
|