Browse Source

Remove condition on class

pull/2759/head
Manny Dinssa 2 years ago
parent
commit
6290bb2f9f
  1. 2
      app/components/create_log_actions_component.html.erb

2
app/components/create_log_actions_component.html.erb

@ -1,4 +1,4 @@
<div class="govuk-button-group app-filter-toggle <%= 'govuk-!-margin-bottom-6' if display_actions? %>">
<div class="govuk-button-group app-filter-toggle govuk-!-margin-bottom-6">
<% if display_actions? %>
<%= govuk_button_to create_button_copy, create_button_href, class: "govuk-!-margin-right-3" %>
<% unless user.support? %>

Loading…
Cancel
Save