We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 671e705 + 1c2f988 commit dbbc008Copy full SHA for dbbc008
1 file changed
app/views/sessions/index.html.erb
@@ -1,6 +1,9 @@
1
<%= h1 t(".title") %>
2
3
-<%= govuk_button_link_to "Add a new session", new_session_path, secondary: true %>
+<%= render AppActionLinkComponent.new(
4
+ href: new_session_path,
5
+ text: "Add a new session",
6
+ ) %>
7
8
<div class="nhsuk-grid-row">
9
<div class="app-grid-column-filters">
0 commit comments