Fix alignment of anchor label

This commit is contained in:
Annabel Dunstone Gray 2018-06-13 14:25:03 -07:00
parent fd93d8f044
commit 5cc75b0e62
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
- anchors.each do |anchor|
%li.nav-item
= link_to_if anchor.link, anchor.label, anchor.link, class: anchor.enabled ? 'nav-link stat-link' : "nav-link btn btn-#{anchor.class_modifier || 'missing'}" do
%span.stat-text= anchor.label
.stat-text= anchor.label