Skip to content

Commit

Permalink
Add missing page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Apr 18, 2024
1 parent 837e2f9 commit 8d1d078
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/decidim/plans/plans/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% add_decidim_page_title(t(".title")) %>

<div class="row columns back-link">
<% if @plan.draft? %>
<%= link_to plans_path, class: "action-link" do %>
Expand Down
2 changes: 2 additions & 0 deletions app/views/decidim/plans/plans/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% add_decidim_page_title(t(".title")) %>

<div class="row columns back-link">
<%= link_to plans_path, class: "action-link" do %>
<%= icon "arrow-left", class: "icon--small", role: "img", "aria-hidden": true %>
Expand Down
2 changes: 2 additions & 0 deletions app/views/decidim/plans/plans/preview.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% add_decidim_page_title(t("decidim.plans.plan_form.buttons.create")) %>

<div class="row columns margin-bottom-3">
<div class="banner bg-secondary">
<div class="banner__icon">
Expand Down

0 comments on commit 8d1d078

Please sign in to comment.