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

i18n

parent 2bfa6adc
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<% end %>
</td>
<td>
<% if page.full_width%>
<% if page.full_width %>
<span class="badge bg-light text-black">
<%= Communication::Website::Page.human_attribute_name('full_width') %>
</span>
......
......@@ -18,7 +18,7 @@
<% end %>
</div>
<div class="btn-group">
<%= link_to 'Voir la page', admin_communication_website_page_path(page) %>
<%= link_to t('admin.communication.website.pages.show'), admin_communication_website_page_path(page) %>
</div>
</div>
<ul class="list-unstyled treeview__children js-treeview-children <%= 'js-treeview-sortable-container' if can?(:reorder, page) %> ms-4" data-id="<%= page.id %>">
......
......@@ -672,6 +672,7 @@ en:
as_tree: Organize structure
delete_special_page_notice: Can't delete this page
full_width_status: Full width
show: Show page
structure: Pages
published_status: Publication status
post:
......
......@@ -669,6 +669,7 @@ fr:
as_tree: Organiser l'arborescence
delete_special_page_notice: Impossible de supprimer cette page
full_width_status: Pleine largeur
show: Voir la page
structure: Pages
published_status: État de publication
post:
......
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