We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b5962 commit 8b0fa96Copy full SHA for 8b0fa96
app/views/mappings/index.html.haml
@@ -1,12 +1,12 @@
1
- @title = "Mappings"
2
%div#mappings_container.container-fluid
3
- %h1.tab_header Mappings
4
- %p.tab_description
+ %h2.mt-4 Mappings
+ %p
5
= t('mappings.intro').html_safe
6
= link_to(Rails.configuration.settings.links[:help_mappings],
7
data: {controller: 'popup', action: 'click->popup#open'}, 'aria-label': 'View mappings help') do
8
%i{class: 'fas fa-question-circle fa-lg ps-1', "aria-hidden": "true"}
9
- %p#mappings_select
+ %p{id: 'mappings_select', class: 'mb-2'}
10
- if @options.empty?
11
No mappings available
12
- else
0 commit comments