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