Commit 20aabe0e140d88db98093fd9594f4cf3492d63a6
1 parent
f46ba330
Exists in
master
and in
28 other branches
USe 72 columns when editing textile text
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/_textile_article.rhtml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | <%# TODO add Textile help here %> |
4 | 4 | |
5 | -<%= required labelled_form_field(_('Title'), text_field(:article, 'name', :size => '64')) %> | |
5 | +<%= required labelled_form_field(_('Title'), text_field(:article, 'name', :size => '72')) %> | |
6 | 6 | |
7 | 7 | <%= render :partial => 'translatable' %> |
8 | 8 | <%= render :partial => 'shared/lead_and_body' %> | ... | ... |