diff --git a/app/views/sites/_designs_mobile.haml b/app/views/sites/_designs_mobile.haml index 23be4423..2d64a17f 100644 --- a/app/views/sites/_designs_mobile.haml +++ b/app/views/sites/_designs_mobile.haml @@ -14,7 +14,7 @@ %iframe.embed-responsive-item{allowfullscreen: "", src: "/placeholder.png"} .col %h5.text-center.font-weight-bolder.pb-3= t('.characteristics') - - characteristics = design.characteristics.split(".") - - characteristics.each_with_index do |characteristic, index| - %h5 #{index + 1}. #{characteristic} + - characteristics = design.characteristics + - characteristics.each_line.with_index do |characteristic, index| + %h5 #{index+1}. #{characteristic} %a.btn.btn-primary.btn-lg.btn-block.mt-4{role: "button", href: design.url}= t('.source_code') diff --git a/db/seeds/designs.yml b/db/seeds/designs.yml index b95d9ad9..74634bb3 100644 --- a/db/seeds/designs.yml +++ b/db/seeds/designs.yml @@ -7,8 +7,12 @@ description_en: "Upload your own theme. [This feature is in development, help us!](https://sutty.nl/en/#contact)" description_es: "Subir tu propio diseño. [Esta posibilidad está en desarrollo, ¡ayudanos!](https://sutty.nl/#contacto)" priority: '0' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL - name_en: 'I want you to develop a site for me' name_es: 'Quiero que desarrollen mi sitio' gem: 'sutty-theme-custom' @@ -17,8 +21,12 @@ description_en: "If you want us to develop your site, you're welcome to [contact us!](https://sutty.nl/en/#contact) :)" description_es: "Si querés que desarrollemos tu sitio, [escribinos](https://sutty.nl/#contacto) :)" priority: '2' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL - name_en: 'Minima' name_es: 'Mínima' gem: 'sutty-minima' @@ -27,8 +35,14 @@ description_es: 'Sutty Mínima es una plantilla para blogs basada en [Mínima](https://jekyll.github.io/minima/).' license: 'https://0xacab.org/sutty/jekyll/minima/-/blob/master/LICENSE.txt' priority: '100' - characteristics_en: "It's free. Free software - GPL licence. Distributed web compatible" - characteristics_es: "Es libre. Software Libre - Licencia GPL. Compatible con la web distribuida" + characteristics_en: | + It's free + Free software - GPL licence + Distributed web compatible + characteristics_es: | + Es libre + Software Libre - Licencia GPL + Compatible con la web distribuida - name_en: 'Sutty' name_es: 'Sutty' gem: 'sutty-jekyll-theme' @@ -39,8 +53,14 @@ credits_es: 'Sutty es parte de la economía solidaria :)' credits_en: 'Sutty is a solidarity economy project!' priority: '90' - characteristics_en: "It's free. Free software - GPL licence. Distributed web compatible" - characteristics_es: "Es libre. Software Libre - Licencia GPL. Compatible con la web distribuida" + characteristics_en: | + It's free + Free software - GPL licence + Distributed web compatible + characteristics_es: | + Es libre + Software Libre - Licencia GPL + Compatible con la web distribuida - name_en: 'Self-managed Book Publisher' name_es: 'Editorial Autogestiva' gem: 'editorial-autogestiva-jekyll-theme' @@ -51,8 +71,14 @@ credits_es: 'Esta plantilla fue inspirada en el trabajo de las [editoriales autogestivas](https://sutty.nl/plantillas-para-crear-cat%C3%A1logos-de-editoriales-autogestivas/)' credits_en: 'This theme is inspired by [independent publishing projects](https://sutty.nl/en/new-template-for-publishing-projects/)' priority: '50' - characteristics_en: "It's free. Free software - GPL licence. Distributed web compatible" - characteristics_es: "Es libre. Software Libre - Licencia GPL. Compatible con la web distribuida" + characteristics_en: | + It's free + Free software - GPL licence + Distributed web compatible + characteristics_es: | + Es libre + Software Libre - Licencia GPL + Compatible con la web distribuida - name_en: 'Donations' name_es: 'Donaciones' gem: 'sutty-donaciones-jekyll-theme' @@ -63,8 +89,12 @@ credits_es: 'Diseñamos esta plantilla para [visibilizar campañas de donaciones](https://sutty.nl/plantilla-para-donaciones/) durante la cuarentena.' credits_en: 'We designed this theme to increase [visibility for donation requests](https://sutty.nl/template-for-donations/) during the quarantine.' priority: '80' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL - name_en: 'Support campaign' name_es: 'Adhesiones' gem: 'adhesiones-jekyll-theme' @@ -76,8 +106,12 @@ credits_en: 'This template was made in collaboration with Librenauta' designer_url: 'https://copiona.com/donaunbit/' priority: '60' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL - name_en: 'Community Radio' name_es: 'Radio comunitaria' gem: 'radios-comunitarias-jekyll-theme' @@ -89,8 +123,12 @@ credits_en: 'This template was made in collaboration with Librenauta in 15 hours!' designer_url: 'https://copiona.com/donaunbit/' priority: '70' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL - name_en: 'Resource toolkit' name_es: 'Recursero' gem: 'recursero-jekyll-theme' @@ -99,8 +137,12 @@ description_en: "We're working towards adding more themes for you to use. [Contact us!](https://sutty.nl/en/#contact)" description_es: "Estamos trabajando para que puedas tener más diseños. [¡Escribinos!](https://sutty.nl/#contacto)" priority: '3' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL - name_en: 'More themes' name_es: 'Más plantillas' gem: 'sutty-theme-own' @@ -109,5 +151,9 @@ description_en: "We're working towards adding more themes for you to use. [Contact us!](https://sutty.nl/en/#contact)" description_es: "Estamos trabajando para que puedas tener más diseños. [¡Escribinos!](https://sutty.nl/#contacto)" priority: '1' - characteristics_en: "It's free. Free software - GPL licence" - characteristics_es: "Es libre. Software Libre - Licencia GPL" + characteristics_en: | + It's free + Free software - GPL licence + characteristics_es: | + Es libre + Software Libre - Licencia GPL