Add each page name to page_context index
This commit is contained in:
parent
e54f4409fb
commit
3462c0e319
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<tr id="<%= dom_id page_context %>" class="with_action">
|
<tr id="<%= dom_id page_context %>" class="with_action">
|
||||||
<td>
|
<td>
|
||||||
<%= page_context.page.path %>
|
<%= page_context.page.path %></br>
|
||||||
|
<%= page_context.page.i18n_variable[I18n.locale] %>
|
||||||
<div class="quick-edit">
|
<div class="quick-edit">
|
||||||
<ul class="nav nav-pills hide">
|
<ul class="nav nav-pills hide">
|
||||||
<%if is_manager? || is_admin? || page_context.authed_users(:edit).include?(current_user)%>
|
<%if is_manager? || is_admin? || page_context.authed_users(:edit).include?(current_user)%>
|
||||||
|
|
Loading…
Reference in New Issue