Skip to content
Snippets Groups Projects
Commit fa8a9ba3 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents 609709af 1bae097b
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