diff --git a/app/views/guidance_groups/admin_edit.html.erb b/app/views/guidance_groups/admin_edit.html.erb index ce595ac..bd0c03f 100644 --- a/app/views/guidance_groups/admin_edit.html.erb +++ b/app/views/guidance_groups/admin_edit.html.erb @@ -39,9 +39,9 @@
 
- <%= f.submit _('Save'), class: 'btn btn-primary', role="button" %> + <%= f.submit _('Save'), class: 'btn btn-primary', role:"button" %> <% if @guidance_group.published == false then %> - <%= f.submit _('Publish'), name: "save_publish", class: "btn btn-primary", role="button" %> + <%= f.submit _('Publish'), name: "save_publish", class: "btn btn-primary", role:"button" %> <% end %>
diff --git a/app/views/guidance_groups/admin_new.html.erb b/app/views/guidance_groups/admin_new.html.erb index df68157..4f6971a 100644 --- a/app/views/guidance_groups/admin_new.html.erb +++ b/app/views/guidance_groups/admin_new.html.erb @@ -30,7 +30,7 @@
 
- <%= f.submit _('Save'), name: "draft", class: "btn btn-primary", role="button"%> + <%= f.submit _('Save'), name: "draft", class: "btn btn-primary", role:"button"%>
<% end %> diff --git a/app/views/notes/_archive.html.erb b/app/views/notes/_archive.html.erb index d56684d..f28234c 100644 --- a/app/views/notes/_archive.html.erb +++ b/app/views/notes/_archive.html.erb @@ -14,7 +14,7 @@
<%= f.submit _('Remove'), onclick: "archive_note(#{note.id}, #{question_id})", class: "btn btn-primary archive_comment_submit_button", role:"button" %> - <%= link_to _('Cancel'), "#", onclick: "cancel_archive_note(#{note.id})", class: "cancel_archive_comment btn cancel" role:"button" %> + <%= link_to _('Cancel'), "#", onclick: "cancel_archive_note(#{note.id})", class: "cancel_archive_comment btn cancel", role:"button" %>

<% end %>