Commit 44c94039 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Hide retry import form for non masters

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent aaff3566
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
%h2 %h2
Import failed. Retry? Import failed. Retry?
%hr %hr
- if can?(current_user, :admin_project, @project)
= form_for @project, url: retry_import_project_path(@project), method: :put, html: { class: 'form-horizontal' } do |f| = form_for @project, url: retry_import_project_path(@project), method: :put, html: { class: 'form-horizontal' } do |f|
.form-group.import-url-data .form-group.import-url-data
= f.label :import_url, class: 'control-label' do = f.label :import_url, class: 'control-label' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment