how to use moved to locale files
This commit is contained in:
@@ -26,7 +26,7 @@ module ApplicationHelper
|
||||
render_options = {
|
||||
filter_html: false,
|
||||
hard_wrap: true,
|
||||
link_attributes: { }
|
||||
link_attributes: { target: "_blank" }
|
||||
}
|
||||
renderer = Redcarpet::Render::HTML.new(render_options)
|
||||
extensions = {
|
||||
|
||||
@@ -4,14 +4,10 @@
|
||||
<i class="icon-angle-left left"></i>
|
||||
<%= link_to t("debates.show.back_link"), "/more_information", class: 'left back' %>
|
||||
|
||||
<h1 class="clear">Utilízalo en tu municipio</h1>
|
||||
<p>Utilízalo en tu municipio libremente o ayúdanos a mejorarlo, es software libre.</p>
|
||||
<h1 class="clear"><%= t('pages.more_information.titles.how_to_use') %></h1>
|
||||
|
||||
<p>Este Portal de Gobierno Abierto usa la <a href="https://github.com/ayuntamientomadrid" target="_blank">aplicación Consul</a> que es software libre, con <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">licencia AGPLv3</a>, esto significa en palabras sencillas, que cualquiera puede libremente usar el código, copiarlo, verlo en detalle, modificarlo, y redistribuirlo al mundo con las modificaciones que quiera (manteniendo el que otros puedan a su vez hacer lo mismo). Porque creemos que la cultura es mejor y más rica cuando se libera.</p>
|
||||
|
||||
<p>No sólo puedes utilizar libremente este portal en tu municipio, sino que desde el Ayuntamiento de Madrid vamos a ayudarte todo lo posible a que lo hagas, así que si estás interesado, escríbenos a <a href="mailto:ag.gobiernoabierto@madrid.es">ag.gobiernoabierto@madrid.es</a></p>
|
||||
|
||||
<p>Si eres programador, puedes ver el código y ayudarnos a mejorarlo en <a href="https://github.com/ayuntamientomadrid" target="_blank">github</a>.</p>
|
||||
<%= markdown t('pages.more_information.how_to_use.text') %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user