mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 14:13:38 +00:00
mostrar todavia mejor
This commit is contained in:
parent
a737101f00
commit
bd78dd6ce4
3 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag "post_#{template}" do
|
= label_tag "post_#{template}" do
|
||||||
- if template.private?
|
- if template.private?
|
||||||
= fa_icon 'lock', alt: t('posts.private')
|
= fa_icon 'lock', title: t('posts.private')
|
||||||
= template.help.present? ? template.help : template.human
|
= template.help.present? ? template.help : template.human
|
||||||
- name = "post[#{template}]"
|
- name = "post[#{template}]"
|
||||||
- value = @post.new? ? template.values : @post.get_front_matter(template)
|
- value = @post.new? ? template.values : @post.get_front_matter(template)
|
||||||
|
|
|
@ -204,6 +204,6 @@ en:
|
||||||
date: 'Post needs a valid date'
|
date: 'Post needs a valid date'
|
||||||
invalid: 'This field is required!'
|
invalid: 'This field is required!'
|
||||||
open: 'Tip: You can add new options by typing them and pressing Enter'
|
open: 'Tip: You can add new options by typing them and pressing Enter'
|
||||||
private: 'The values of this field will remain private'
|
private: '🔒 The values of this field will remain private'
|
||||||
select:
|
select:
|
||||||
placeholder: 'Type to filter available options'
|
placeholder: 'Type to filter available options'
|
||||||
|
|
|
@ -200,6 +200,6 @@ es:
|
||||||
date: 'Necesita una fecha'
|
date: 'Necesita una fecha'
|
||||||
invalid: '¡Este campo es obligatorio!'
|
invalid: '¡Este campo es obligatorio!'
|
||||||
open: 'Nota: Puedes agregar más opciones a medida que las escribes y presionas Entrar'
|
open: 'Nota: Puedes agregar más opciones a medida que las escribes y presionas Entrar'
|
||||||
private: 'Los valores de este campo serán privados'
|
private: '🔒 Los valores de este campo serán privados'
|
||||||
select:
|
select:
|
||||||
placeholder: 'Empieza a escribir para filtrar las opciones disponibles'
|
placeholder: 'Empieza a escribir para filtrar las opciones disponibles'
|
||||||
|
|
Loading…
Reference in a new issue