Browse Source

Fix lint offence

pull/2572/head
Manny Dinssa 2 years ago
parent
commit
c22a10edf5
  1. 2
      app/views/merge_requests/helpdesk_ticket.html.erb

2
app/views/merge_requests/helpdesk_ticket.html.erb

@ -14,7 +14,7 @@
<br> <br>
<div class="govuk-grid-row"> <div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds-from-desktop"> <div class="govuk-grid-column-two-thirds-from-desktop">
<%= f.govuk_text_field :helpdesk_ticket, caption: { text: "Ticket number", class: "govuk-label--m" }, label: { text: "For example, MSD-12345" }%> <%= f.govuk_text_field :helpdesk_ticket, caption: { text: "Ticket number", class: "govuk-label--m" }, label: { text: "For example, MSD-12345" } %>
<%= f.hidden_field :page, value: "helpdesk_ticket" %> <%= f.hidden_field :page, value: "helpdesk_ticket" %>
<div class="govuk-button-group"> <div class="govuk-button-group">
<%= f.govuk_submit %> <%= f.govuk_submit %>

Loading…
Cancel
Save