diff --git a/app/views/dashboard/mailing/_mailing_options.html.erb b/app/views/dashboard/mailing/_mailing_options.html.erb index 623679254..5c775ba9d 100644 --- a/app/views/dashboard/mailing/_mailing_options.html.erb +++ b/app/views/dashboard/mailing/_mailing_options.html.erb @@ -2,12 +2,11 @@ <% if action_name != 'index' %> <%= link_to t("dashboard.mailing.mailing_options.preview"), proposal_dashboard_mailing_index_path(proposal), - class: 'button expanded' %> + class: "button expanded" %> <% end %> <%= link_to t("dashboard.mailing.mailing_options.send", address: current_user.email), proposal_dashboard_mailing_index_path(proposal), method: :post, - class: 'button expanded' %> + class: "button expanded" %> - diff --git a/app/views/dashboard/mailing/index.html.erb b/app/views/dashboard/mailing/index.html.erb index e9b3780f7..a08141ac7 100644 --- a/app/views/dashboard/mailing/index.html.erb +++ b/app/views/dashboard/mailing/index.html.erb @@ -1,27 +1,38 @@ <% content_for :action_title, t("dashboard.mailing.index.title") %> -