diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index b1f16af33..b1fda5247 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -16,7 +16,7 @@
| <%= t("admin.banners.banner.post_started_at")%> | -<%= t("admin.banners.banner.post_ended_at")%> | -<%= t("admin.actions.actions")%> | +<%= t("admin.banners.banner.post_started_at") %> | +<%= t("admin.banners.banner.post_ended_at") %> | +<%= t("admin.actions.actions") %> |
|---|
| <%= link_to_investments_sorted_by :id %> | +<%= link_to_investments_sorted_by :id %> | <%= link_to_investments_sorted_by :title %> | <%= link_to_investments_sorted_by :supports %> | <%= t("admin.budget_investments.index.list.admin") %> | diff --git a/app/views/admin/legislation/draft_versions/index.html.erb b/app/views/admin/legislation/draft_versions/index.html.erb index 0abbf128d..c4f6ccc25 100644 --- a/app/views/admin/legislation/draft_versions/index.html.erb +++ b/app/views/admin/legislation/draft_versions/index.html.erb @@ -38,7 +38,7 @@
<% if draft_version.status == "draft" %>
<%= t("admin.legislation.draft_versions.statuses.draft") %>
- <%= link_to "(#{t(".preview")})", legislation_process_draft_version_path(@process, draft_version) %>
+ <%= link_to "(#{t(".preview")})", legislation_process_draft_version_path(@process, draft_version) %>
<% else %>
<%= t("admin.legislation.draft_versions.statuses.published") %>
<% end %>
diff --git a/app/views/admin/legislation/questions/_question_option_fields.html.erb b/app/views/admin/legislation/questions/_question_option_fields.html.erb
index e1f729a0e..c610c298c 100644
--- a/app/views/admin/legislation/questions/_question_option_fields.html.erb
+++ b/app/views/admin/legislation/questions/_question_option_fields.html.erb
@@ -9,7 +9,7 @@
- <%= link_to_remove_association t("admin.legislation.questions.question_option_fields.remove_option"), f, class: "delete"%>
+ <%= link_to_remove_association t("admin.legislation.questions.question_option_fields.remove_option"), f, class: "delete" %>
diff --git a/app/views/admin/organizations/index.html.erb b/app/views/admin/organizations/index.html.erb
index c42f3fcd6..9b3d3249f 100644
--- a/app/views/admin/organizations/index.html.erb
+++ b/app/views/admin/organizations/index.html.erb
@@ -57,7 +57,7 @@
<% if can? :reject, organization %>
<%= link_to t("admin.organizations.index.reject"),
reject_admin_organization_path(organization, request.query_parameters),
- method: :put, class: "button hollow alert small-5"%>
+ method: :put, class: "button hollow alert small-5" %>
<% end %>
|
|---|---|---|---|---|---|
| - <%= total_recounts_by_booth(@booth_assignment) || "-" %> + <%= total_recounts_by_booth(@booth_assignment) || "-" %> | <% unless @poll.recounts_confirmed? %> diff --git a/app/views/admin/poll/officer_assignments/by_officer.html.erb b/app/views/admin/poll/officer_assignments/by_officer.html.erb index 21e4c9b0c..f6507d6b0 100644 --- a/app/views/admin/poll/officer_assignments/by_officer.html.erb +++ b/app/views/admin/poll/officer_assignments/by_officer.html.erb @@ -21,7 +21,7 @@|||||
| <%= l(officer_assignment.date.to_date)%> <%= content_tag :strong, t("polls.final_date") if officer_assignment.final %> | +<%= l(officer_assignment.date.to_date) %> <%= content_tag :strong, t("polls.final_date") if officer_assignment.final %> | <%= booth_name_with_location(officer_assignment.booth_assignment.booth) %> |