Merge pull request #618 from AyuntamientoMadrid/management-print-buttons

adds missing print buttons
This commit is contained in:
Juanjo Bazán
2015-10-19 12:17:40 +02:00
7 changed files with 16 additions and 1 deletions

View File

@@ -5,3 +5,5 @@
</div>
</div>
<%= render '/shared/print' %>

View File

@@ -1 +1,3 @@
<%= render template: 'proposals/show' %>
<%= render template: 'proposals/show' %>
<%= render '/shared/print' %>

View File

@@ -95,3 +95,5 @@
</div>
</div>
</div>
<%= render '/shared/print' %>

View File

@@ -21,3 +21,5 @@
</div>
</div>
</div>
<%= render '/shared/print' %>

View File

@@ -0,0 +1,3 @@
<a href="javascript:window.print();" id="print_link" class="button warning radius">
<%= t("shared.print.print_button") %>
</a>

View File

@@ -310,6 +310,8 @@ en:
shared:
tags_cloud:
tags: Trend
print:
print_button: "Print this info"
flag: Flag as inappropriate
unflag: Undo flag
collective: Collective

View File

@@ -310,6 +310,8 @@ es:
shared:
tags_cloud:
tags: Tendencias
print:
print_button: "Imprimir esta información"
flag: Denunciar como inapropiado
unflag: Deshacer denuncia
collective: Colectivo