5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 14:27:04 +00:00

indicar que se pone en el cuerpo del artículo

This commit is contained in:
f 2019-04-22 16:13:39 -03:00
parent 821e6b276d
commit 5067e36ed6
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
4 changed files with 4 additions and 1 deletions

View file

@ -54,6 +54,7 @@
= text_field 'post', 'title', value: @post.title, class: field_class, required: true
- if @post.content?
.form-group{class: direction}
= label_tag 'post_content', t('posts.content')
= render 'layouts/help', help: [ t('help.markdown.intro'),
t('help.distraction_free_html'),
t('help.preview_html') ]

View file

@ -2,7 +2,7 @@
set :deploy_user, 'app'
set :deploy_to, '/srv/http/sutty.kefir.red'
set :branch, 'rails'
set :branch, 'kefir'
set :rack_env, 'production'
set :tmp_dir, "#{fetch :deploy_to}/tmp"

View file

@ -173,6 +173,7 @@ en:
order: 'order'
date: 'date'
order: 'Order'
content: 'Text'
new: 'New post'
new_with_template: 'New %{template}'
dropdown: 'Toggle dropdown'

View file

@ -178,6 +178,7 @@ es:
order: 'posición'
date: 'fecha'
order: 'Posición'
content: 'Cuerpo del artículo'
categories: 'Todos'
dropdown: 'Desplegar el menú'
new: 'Empezar un artículo nuevo'