We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8907035 commit cf638c9Copy full SHA for cf638c9
app/views/early_bird_members/index.html.slim
@@ -5,7 +5,6 @@ h1.govuk-heading-l Early bird members
5
ul#admin-button-bar
6
li= link_to ('Send early bird info'), {controller: 'early_bird_send_emails', action: 'send_emails'}, {class: 'button' }
7
li= link_to ('Early bird preview'), {controller: 'early_bird_dashboard', action: 'preview'}, {class: 'button-secondary'}
8
- li |
9
li= link_to ('Add early bird member'), new_early_bird_member_path, {class: 'button-secondary'}
10
li= early_bird_member_toggle_link(@show_inactive)
11
table.table aria-label="early bird members"
0 commit comments