Skip to content

Commit 8b0fa96

Browse files
committed
Fix minor alignment and spacing issues
1 parent 19b5962 commit 8b0fa96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/mappings/index.html.haml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- @title = "Mappings"
22
%div#mappings_container.container-fluid
3-
%h1.tab_header Mappings
4-
%p.tab_description
3+
%h2.mt-4 Mappings
4+
%p
55
= t('mappings.intro').html_safe
66
= link_to(Rails.configuration.settings.links[:help_mappings],
77
data: {controller: 'popup', action: 'click->popup#open'}, 'aria-label': 'View mappings help') do
88
%i{class: 'fas fa-question-circle fa-lg ps-1', "aria-hidden": "true"}
9-
%p#mappings_select
9+
%p{id: 'mappings_select', class: 'mb-2'}
1010
- if @options.empty?
1111
No mappings available
1212
- else

0 commit comments

Comments
 (0)