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

Fix : content editors in all categories

parent 361e928e
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,5 @@
</div>
<%= render 'admin/application/meta_description/show', about: l10n %>
</div>
</div>
\ No newline at end of file
</div>
<%= render 'admin/communication/contents/editor', about: @l10n %>
\ No newline at end of file
<% content_for :title, @l10n %>
<%= render 'admin/application/categories/show', category: @category, l10n: @l10n %>
<%= render 'admin/communication/contents/editor', about: @l10n %>
<% if @events.total_count > 0 %>
<div class="row">
......
<% content_for :title, @l10n %>
<%= render 'admin/application/categories/show', category: @category, l10n: @l10n %>
<%= render 'admin/communication/contents/editor', about: @l10n %>
<% if @projects.total_count > 0 %>
<div class="row">
......
<% content_for :title, @l10n %>
<%= render 'admin/application/categories/show', category: @category, l10n: @l10n %>
<%= render 'admin/communication/contents/editor', about: @l10n %>
<% if @posts.total_count > 0 %>
<div class="row">
......
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