Fix page entries information and filter positioning
This commit is contained in:
@@ -2,14 +2,10 @@
|
||||
|
||||
<%= render 'shared/filter_subnav', i18n_namespace: "moderation.comments.index" %>
|
||||
|
||||
<div class="row">
|
||||
<h3 class="small-8 large-8 columns"><%= page_entries_info @comments %></h3>
|
||||
<div class="small-4 large-4 columns">
|
||||
<div class="float-right">
|
||||
<%= t("moderation.comments.index.order") %>
|
||||
<%= render 'shared/order_selector', i18n_namespace: "moderation.comments.index" %>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="inline-block"><%= page_entries_info @comments %></h3>
|
||||
<div class="float-right">
|
||||
<%= t("moderation.comments.index.order") %>
|
||||
<%= render 'shared/order_selector', i18n_namespace: "moderation.comments.index" %>
|
||||
</div>
|
||||
|
||||
<%= form_tag moderate_moderation_comments_path(request.query_parameters), method: :put do %>
|
||||
|
||||
@@ -2,14 +2,10 @@
|
||||
|
||||
<%= render 'shared/filter_subnav', i18n_namespace: "moderation.debates.index" %>
|
||||
|
||||
<div class="row">
|
||||
<h3 class="small-8 large-8 columns"><%= page_entries_info @debates %></h3>
|
||||
<div class="small-4 large-4 columns">
|
||||
<div class="float-right">
|
||||
<%= t("moderation.debates.index.order") %>
|
||||
<%= render 'shared/order_selector', i18n_namespace: "moderation.debates.index" %>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="inline-block"><%= page_entries_info @debates %></h3>
|
||||
<div class="float-right">
|
||||
<%= t("moderation.debates.index.order") %>
|
||||
<%= render 'shared/order_selector', i18n_namespace: "moderation.debates.index" %>
|
||||
</div>
|
||||
|
||||
<%= form_tag moderate_moderation_debates_path(request.query_parameters), method: :put do %>
|
||||
|
||||
@@ -2,14 +2,10 @@
|
||||
|
||||
<%= render 'shared/filter_subnav', i18n_namespace: "moderation.proposals.index" %>
|
||||
|
||||
<div class="row">
|
||||
<h3 class="small-8 large-8 columns"><%= page_entries_info @proposals %></h3>
|
||||
<div class="small-4 large-4 columns">
|
||||
<div class="float-right">
|
||||
<%= t("moderation.proposals.index.order") %>
|
||||
<%= render 'shared/order_selector', i18n_namespace: "moderation.proposals.index" %>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="inline-block"><%= page_entries_info @proposals %></h3>
|
||||
<div class="float-right">
|
||||
<%= t("moderation.proposals.index.order") %>
|
||||
<%= render 'shared/order_selector', i18n_namespace: "moderation.proposals.index" %>
|
||||
</div>
|
||||
|
||||
<%= form_tag moderate_moderation_proposals_path(request.query_parameters), method: :put do %>
|
||||
|
||||
Reference in New Issue
Block a user