mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 19:53:39 +00:00
anchors para los campos #51
This commit is contained in:
parent
cdff6f523c
commit
ae59d8c4e9
3 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,9 @@
|
||||||
- value = @post.new? ? template.values : @post.get_front_matter(template)
|
- value = @post.new? ? template.values : @post.get_front_matter(template)
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag "post_#{template}", id: template do
|
= label_tag "post_#{template}", id: template do
|
||||||
|
= link_to '#' + template.key, class: 'text-muted',
|
||||||
|
data: { turbolinks: 'false' } do
|
||||||
|
= fa_icon 'link', title: t('posts.anchor')
|
||||||
- if template.private?
|
- if template.private?
|
||||||
= fa_icon 'lock', title: t('posts.private')
|
= fa_icon 'lock', title: t('posts.private')
|
||||||
= template.help
|
= template.help
|
||||||
|
|
|
@ -212,3 +212,4 @@ en:
|
||||||
add: 'Add group'
|
add: 'Add group'
|
||||||
del: 'Remove group'
|
del: 'Remove group'
|
||||||
checkbox: 'Yes'
|
checkbox: 'Yes'
|
||||||
|
anchor: 'Copy this link to come back here'
|
||||||
|
|
|
@ -208,3 +208,4 @@ es:
|
||||||
add: 'Agregar grupo'
|
add: 'Agregar grupo'
|
||||||
del: 'Eliminar grupo'
|
del: 'Eliminar grupo'
|
||||||
checkbox: 'Sí'
|
checkbox: 'Sí'
|
||||||
|
anchor: 'Copia este vínculo para volver aquí más tarde'
|
||||||
|
|
Loading…
Reference in a new issue