Tags give ability to mark specific points in history as being important
%hr
-unless@tags.empty?
-unless@tags.empty?
%ul.bordered-list
%ul.bordered-list
-@tags.eachdo|tag|
-@tags.eachdo|tag|
...
@@ -26,7 +37,7 @@
...
@@ -26,7 +37,7 @@
%i.icon-download-alt
%i.icon-download-alt
Download
Download
-ifcan?(current_user,:admin_project,@project)
-ifcan?(current_user,:admin_project,@project)
=link_toproject_tag_path(@project,tag.name),class: 'btn grouped btn-small remove-row',method: :delete,confirm: 'Removed tag cannot be restored. Are you sure?',remote: truedo
=link_toproject_tag_path(@project,tag.name),class: 'btn btn-small remove-row',method: :delete,confirm: 'Removed tag cannot be restored. Are you sure?',remote: truedo