Merge pull request #618 from AyuntamientoMadrid/management-print-buttons
adds missing print buttons
This commit is contained in:
@@ -5,3 +5,5 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<%= render '/shared/print' %>
|
||||
@@ -1 +1,3 @@
|
||||
<%= render template: 'proposals/show' %>
|
||||
|
||||
<%= render '/shared/print' %>
|
||||
@@ -95,3 +95,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render '/shared/print' %>
|
||||
@@ -21,3 +21,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render '/shared/print' %>
|
||||
3
app/views/shared/_print.html.erb
Normal file
3
app/views/shared/_print.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<a href="javascript:window.print();" id="print_link" class="button warning radius">
|
||||
<%= t("shared.print.print_button") %>
|
||||
</a>
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user