diff --git a/app/views/answers/_new_edit.html.erb b/app/views/answers/_new_edit.html.erb index 862bc70..9464877 100644 --- a/app/views/answers/_new_edit.html.erb +++ b/app/views/answers/_new_edit.html.erb @@ -15,9 +15,9 @@
<% if question.option_based? %> - <%= f.label raw(question.text), for: :question_option_ids, class: "no-colon" %> + <%= f.label raw(question.text), for: :question_option_ids %> <% else %> - <%= f.label raw(question.text), for: :text, class: "no-colon" %> + <%= f.label raw(question.text), for: :text %> <% end %> <% if question.option_based? %> diff --git a/app/views/plans/_edit_details.html.erb b/app/views/plans/_edit_details.html.erb index 6a72d8e..ff6b3ed 100644 --- a/app/views/plans/_edit_details.html.erb +++ b/app/views/plans/_edit_details.html.erb @@ -49,7 +49,7 @@
- +
@@ -70,7 +70,7 @@
- <%= f.label(:data_contact, raw("#{_('Data Contact Person')}"), class: 'no-colon') %> + <%= f.label(:data_contact, raw("#{_('Data Contact Person')}")) %>
/> diff --git a/app/views/shared/_register_form.html.erb b/app/views/shared/_register_form.html.erb index 9783973..208c1e1 100644 --- a/app/views/shared/_register_form.html.erb +++ b/app/views/shared/_register_form.html.erb @@ -67,8 +67,7 @@
<%= f.check_box(:accept_terms, class: 'required right-indent') %> <%= f.label(:accept_terms, - raw("#{_('I accept the')} #{_('terms and conditions')}"), - class: 'no-colon') %> + raw("#{_('I accept the')} #{_('terms and conditions')}")) %>