Skip to content
Snippets Groups Projects
Commit b53994bb authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Remove Cancel button in Project settings

parent 0aec0d53
No related branches found
No related tags found
No related merge requests found
Loading
@@ -96,6 +96,5 @@
Loading
@@ -96,6 +96,5 @@
.form-actions .form-actions
= f.submit 'Save changes', class: 'btn btn-save' = f.submit 'Save changes', class: 'btn btn-save'
= link_to 'Cancel', projects_path, class: 'btn'
- unless @project.new_record? - unless @project.new_record?
= link_to 'Remove Project', ci_project_path(@project), method: :delete, data: { confirm: 'Project will be removed. Are you sure?' }, class: 'btn btn-danger pull-right' = link_to 'Remove Project', ci_project_path(@project), method: :delete, data: { confirm: 'Project will be removed. Are you sure?' }, class: 'btn btn-danger pull-right'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment