From a38729075ab9d387213acb06ec8a458dd783b2d3 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 26 May 2009 00:50:39 -0300 Subject: [PATCH] ActionItem1049: slightly better publish screen --- app/views/cms/publish.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cms/publish.rhtml b/app/views/cms/publish.rhtml index 5dcbfd1..3a36da4 100644 --- a/app/views/cms/publish.rhtml +++ b/app/views/cms/publish.rhtml @@ -4,12 +4,12 @@ <%= hidden_field_tag :back_to, @back_to %> <% @groups.each do |group| %> <%= labelled_check_box group.name, 'marked_groups[][group_id]', group.id, @marked_groups.include?(group) %>
- <%= labelled_text_field _('Title') + ': ', 'marked_groups[][name]', @article.name %> + <%= labelled_text_field _('Title') + ': ', 'marked_groups[][name]', @article.name, :style => 'width: 100%' %>
<% end %> <% button_bar do %> - <%= submit_button 'menu-community', _('Publish') %> + <%= submit_button 'spread', _('Publish') %> <% end %> <% end %> -- libgit2 0.21.2