apply missing requeriments in PR #3043
In this PR https://github.com/consul/consul/pull/3043 there were some change requests. In order to keep moving we decided to merge the PR and do the changes ourselves.
This commit is contained in:
@@ -54,5 +54,5 @@
|
||||
<% else %>
|
||||
<div class="callout primary">
|
||||
<%= t("admin.site_customization.content_blocks.no_blocks") %>
|
||||
</div-->
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<% if @heading.allow_custom_content %>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<ul id="content_block" class="no-bullet categories">
|
||||
<% @heading_content_blocks.each do |content_block| %>
|
||||
<%= raw content_block.body %>
|
||||
<% end %>
|
||||
</ul>
|
||||
<ul id="content_block" class="no-bullet categories">
|
||||
<% @heading_content_blocks.each do |content_block| %>
|
||||
<%= raw content_block.body %>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
<%= render "shared/tag_cloud", taggable: 'budget/investment' %>
|
||||
<%= render 'budgets/investments/categories' %>
|
||||
|
||||
|
||||
<% if @heading && can?(:show, @ballot) %>
|
||||
|
||||
<div class="sidebar-divider"></div>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
en:
|
||||
true_value: 'Yes'
|
||||
false_value: 'No'
|
||||
admin:
|
||||
header:
|
||||
title: Administration
|
||||
@@ -1088,6 +1086,8 @@ en:
|
||||
setting_value: Value
|
||||
no_description: "No description"
|
||||
shared:
|
||||
true_value: "Yes"
|
||||
false_value: "No"
|
||||
booths_search:
|
||||
button: Search
|
||||
placeholder: Search booth by name
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
es:
|
||||
true_value: 'Si'
|
||||
false_value: 'No'
|
||||
admin:
|
||||
header:
|
||||
title: Administración
|
||||
@@ -1084,6 +1082,8 @@ es:
|
||||
setting_value: Valor
|
||||
no_description: "Sin descripción"
|
||||
shared:
|
||||
true_value: "Sí"
|
||||
false_value: "No"
|
||||
booths_search:
|
||||
button: Buscar
|
||||
placeholder: Buscar urna por nombre
|
||||
|
||||
Reference in New Issue
Block a user