diff --git a/app/views/management/proposals/new.html.erb b/app/views/management/proposals/new.html.erb index 3586594f6..d79197ca7 100644 --- a/app/views/management/proposals/new.html.erb +++ b/app/views/management/proposals/new.html.erb @@ -5,3 +5,5 @@ + +<%= render '/shared/print' %> \ No newline at end of file diff --git a/app/views/management/proposals/show.html.erb b/app/views/management/proposals/show.html.erb index 3b1f441f7..7d8e22804 100644 --- a/app/views/management/proposals/show.html.erb +++ b/app/views/management/proposals/show.html.erb @@ -1 +1,3 @@ -<%= render template: 'proposals/show' %> \ No newline at end of file +<%= render template: 'proposals/show' %> + +<%= render '/shared/print' %> \ No newline at end of file diff --git a/app/views/pages/conditions.html.erb b/app/views/pages/conditions.html.erb index 81245849e..2893830c5 100644 --- a/app/views/pages/conditions.html.erb +++ b/app/views/pages/conditions.html.erb @@ -95,3 +95,5 @@ + +<%= render '/shared/print' %> \ No newline at end of file diff --git a/app/views/pages/privacy.html.erb b/app/views/pages/privacy.html.erb index a79000ac8..093e68c28 100644 --- a/app/views/pages/privacy.html.erb +++ b/app/views/pages/privacy.html.erb @@ -21,3 +21,5 @@ + +<%= render '/shared/print' %> \ No newline at end of file diff --git a/app/views/shared/_print.html.erb b/app/views/shared/_print.html.erb new file mode 100644 index 000000000..652c26832 --- /dev/null +++ b/app/views/shared/_print.html.erb @@ -0,0 +1,3 @@ + + <%= t("shared.print.print_button") %> + \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index 14ca26510..8e56cd69e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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 diff --git a/config/locales/es.yml b/config/locales/es.yml index 866b2179e..18763a895 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -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