and make sure your changes will not unintentionally remove theirs
.form-group
.form-group
=f.label:title,class: 'control-label'
=f.label:title,class: 'control-label'
.col-sm-10
.col-sm-10
...
@@ -149,3 +156,5 @@
...
@@ -149,3 +156,5 @@
=link_to'Delete',polymorphic_path([@project.namespace.becomes(Namespace),@project,issuable]),data: {confirm: "#{issuable.class.name.titleize} will be removed! Are you sure?"},
=link_to'Delete',polymorphic_path([@project.namespace.becomes(Namespace),@project,issuable]),data: {confirm: "#{issuable.class.name.titleize} will be removed! Are you sure?"},