|
@@ -16,7 +16,7 @@ as well as a link to its edit page.
|
|
|
[1]: http://www.rubydoc.info/gems/administrate/Administrate/Page/Show
|
|
|
%>
|
|
|
|
|
|
-<% content_for(:title) { "#{t("administrate.actions.show")} #{page.page_title}" } %>
|
|
|
+<% content_for(:title) { t("administrate.actions.show_resource", {name: page.page_title}) } %>
|
|
|
|
|
|
<header class="main-content__header" role="banner">
|
|
|
<h1 class="main-content__page-title">
|