Skip to content

Commit

Permalink
Merge pull request #10001 from dmarcoux/fix-attribute-index-actions
Browse files Browse the repository at this point in the history
Fix indentation and add missing nav-link class of "Add Attribute" link
  • Loading branch information
vpereira committed Aug 10, 2020
2 parents 5e2bf9c + 8c1302e commit 38abaf9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- content_for :actions do
%li.nav-item
= link_to(new_attribs_path(project: project.name, package: package), title: 'Add Attribute') do
%i.fas.fa-plus-circle.fa-lg.mr-2
Add Attribute
= link_to(new_attribs_path(project: project.name, package: package), title: 'Add Attribute', class: 'nav-link') do
%i.fas.fa-plus-circle.fa-lg.mr-2
Add Attribute

0 comments on commit 38abaf9

Please sign in to comment.