Skip to content
Snippets Groups Projects

Enable HAML-LINT linters

Merged Kushal Pandya requested to merge 22072-enable-haml-lints into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -26,7 +26,7 @@
@@ -26,7 +26,7 @@
.btn-container.controls-item-full
.btn-container.controls-item-full
= link_to namespace_project_tag_path(@project.namespace, @project, @tag.name), class: 'btn btn-remove remove-row has-tooltip', title: "Delete tag", method: :delete, data: { confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?" } do
= link_to namespace_project_tag_path(@project.namespace, @project, @tag.name), class: 'btn btn-remove remove-row has-tooltip', title: "Delete tag", method: :delete, data: { confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?" } do
%i.fa.fa-trash-o
%i.fa.fa-trash-o
- if @tag.message.present?
- if @tag.message.present?
%pre.wrap
%pre.wrap
= strip_gpg_signature(@tag.message)
= strip_gpg_signature(@tag.message)
Loading