Commit 04cb32bbe3ffaf442e53a974323141a279b9bbe7
1 parent
85d884f2
Exists in
master
and in
28 other branches
ActionItem357: minor template changes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1866 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
app/views/cms/edit.rhtml
... | ... | @@ -18,10 +18,8 @@ |
18 | 18 | |
19 | 19 | <%= select_categories(:article, _('Categorize your article')) %> |
20 | 20 | |
21 | - <%# TODO display the tooltip (title below) in a directly visible way %> | |
22 | - <%= f.text_field('tag_list', :size => 64) + | |
23 | - content_tag( 'small', _('Separate tags with commas') ) | |
24 | - %> | |
21 | + <%= f.text_field('tag_list', :size => 64) %> | |
22 | + <%= content_tag( 'small', _('Separate tags with commas') ) %> | |
25 | 23 | |
26 | 24 | <% button_bar do %> |
27 | 25 | <%= submit_button :save, _('Save') %> | ... | ... |