We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53ebf8 commit a8685c3Copy full SHA for a8685c3
app/views/group_forms/edit.html.erb
@@ -69,6 +69,8 @@
69
70
<% if @group_select.groups.size > 0 %>
71
<%= f.govuk_submit %>
72
+ <% else %>
73
+ <p><%= link_to t('back_link.group', group_name: @group.name), group_path(@group) %></p>
74
<% end %>
75
76
0 commit comments