Skip to content
Snippets Groups Projects
Commit 1bae097b authored by pabois's avatar pabois
Browse files

pages index

parent 9f8dcd03
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,11 @@
<div class="card">
<div class="card-body">
<h2 class="card-title"><%= t("communication.website.index_pages.default.#{key}.title") %></h2>
<p class="text-muted mb-0">
<%= @website.index_for(key).title %>
</p>
<% if t("communication.website.index_pages.default.#{key}.title") != @website.index_for(key).title %>
<p class="text-muted mb-0 fst-italic">
<%= @website.index_for(key).title %>
</p>
<% end %>
<p class="text-muted small">
<%= @website.index_for(key).description %>&nbsp;
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment