mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 07:06:22 +00:00
indicar que se pone en el cuerpo del artículo
This commit is contained in:
parent
821e6b276d
commit
5067e36ed6
4 changed files with 4 additions and 1 deletions
|
@ -54,6 +54,7 @@
|
||||||
= text_field 'post', 'title', value: @post.title, class: field_class, required: true
|
= text_field 'post', 'title', value: @post.title, class: field_class, required: true
|
||||||
- if @post.content?
|
- if @post.content?
|
||||||
.form-group{class: direction}
|
.form-group{class: direction}
|
||||||
|
= label_tag 'post_content', t('posts.content')
|
||||||
= render 'layouts/help', help: [ t('help.markdown.intro'),
|
= render 'layouts/help', help: [ t('help.markdown.intro'),
|
||||||
t('help.distraction_free_html'),
|
t('help.distraction_free_html'),
|
||||||
t('help.preview_html') ]
|
t('help.preview_html') ]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set :deploy_user, 'app'
|
set :deploy_user, 'app'
|
||||||
set :deploy_to, '/srv/http/sutty.kefir.red'
|
set :deploy_to, '/srv/http/sutty.kefir.red'
|
||||||
set :branch, 'rails'
|
set :branch, 'kefir'
|
||||||
set :rack_env, 'production'
|
set :rack_env, 'production'
|
||||||
|
|
||||||
set :tmp_dir, "#{fetch :deploy_to}/tmp"
|
set :tmp_dir, "#{fetch :deploy_to}/tmp"
|
||||||
|
|
|
@ -173,6 +173,7 @@ en:
|
||||||
order: 'order'
|
order: 'order'
|
||||||
date: 'date'
|
date: 'date'
|
||||||
order: 'Order'
|
order: 'Order'
|
||||||
|
content: 'Text'
|
||||||
new: 'New post'
|
new: 'New post'
|
||||||
new_with_template: 'New %{template}'
|
new_with_template: 'New %{template}'
|
||||||
dropdown: 'Toggle dropdown'
|
dropdown: 'Toggle dropdown'
|
||||||
|
|
|
@ -178,6 +178,7 @@ es:
|
||||||
order: 'posición'
|
order: 'posición'
|
||||||
date: 'fecha'
|
date: 'fecha'
|
||||||
order: 'Posición'
|
order: 'Posición'
|
||||||
|
content: 'Cuerpo del artículo'
|
||||||
categories: 'Todos'
|
categories: 'Todos'
|
||||||
dropdown: 'Desplegar el menú'
|
dropdown: 'Desplegar el menú'
|
||||||
new: 'Empezar un artículo nuevo'
|
new: 'Empezar un artículo nuevo'
|
||||||
|
|
Loading…
Reference in a new issue