mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:01:43 +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)
|
||||
.form-group
|
||||
= 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?
|
||||
= fa_icon 'lock', title: t('posts.private')
|
||||
= template.help
|
||||
|
|
|
@ -212,3 +212,4 @@ en:
|
|||
add: 'Add group'
|
||||
del: 'Remove group'
|
||||
checkbox: 'Yes'
|
||||
anchor: 'Copy this link to come back here'
|
||||
|
|
|
@ -208,3 +208,4 @@ es:
|
|||
add: 'Agregar grupo'
|
||||
del: 'Eliminar grupo'
|
||||
checkbox: 'Sí'
|
||||
anchor: 'Copia este vínculo para volver aquí más tarde'
|
||||
|
|
Loading…
Reference in a new issue