Merge pull request #618 from AyuntamientoMadrid/management-print-buttons
adds missing print buttons
This commit is contained in:
@@ -5,3 +5,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<%= render '/shared/print' %>
|
||||||
@@ -1 +1,3 @@
|
|||||||
<%= render template: 'proposals/show' %>
|
<%= render template: 'proposals/show' %>
|
||||||
|
|
||||||
|
<%= render '/shared/print' %>
|
||||||
@@ -95,3 +95,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<%= render '/shared/print' %>
|
||||||
@@ -21,3 +21,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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:
|
shared:
|
||||||
tags_cloud:
|
tags_cloud:
|
||||||
tags: Trend
|
tags: Trend
|
||||||
|
print:
|
||||||
|
print_button: "Print this info"
|
||||||
flag: Flag as inappropriate
|
flag: Flag as inappropriate
|
||||||
unflag: Undo flag
|
unflag: Undo flag
|
||||||
collective: Collective
|
collective: Collective
|
||||||
|
|||||||
@@ -310,6 +310,8 @@ es:
|
|||||||
shared:
|
shared:
|
||||||
tags_cloud:
|
tags_cloud:
|
||||||
tags: Tendencias
|
tags: Tendencias
|
||||||
|
print:
|
||||||
|
print_button: "Imprimir esta información"
|
||||||
flag: Denunciar como inapropiado
|
flag: Denunciar como inapropiado
|
||||||
unflag: Deshacer denuncia
|
unflag: Deshacer denuncia
|
||||||
collective: Colectivo
|
collective: Colectivo
|
||||||
|
|||||||
Reference in New Issue
Block a user