From 04cb32bbe3ffaf442e53a974323141a279b9bbe7 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 4 Jun 2008 17:51:17 +0000 Subject: [PATCH] ActionItem357: minor template changes --- app/views/cms/edit.rhtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/cms/edit.rhtml b/app/views/cms/edit.rhtml index 5d9cf76..d7069c2 100644 --- a/app/views/cms/edit.rhtml +++ b/app/views/cms/edit.rhtml @@ -18,10 +18,8 @@ <%= select_categories(:article, _('Categorize your article')) %> - <%# TODO display the tooltip (title below) in a directly visible way %> - <%= f.text_field('tag_list', :size => 64) + - content_tag( 'small', _('Separate tags with commas') ) - %> + <%= f.text_field('tag_list', :size => 64) %> + <%= content_tag( 'small', _('Separate tags with commas') ) %> <% button_bar do %> <%= submit_button :save, _('Save') %> -- libgit2 0.21.2