Commit 11ae96a294908be1b019399160a47a83ecafda8d

Authored by Rodrigo Souto
1 parent be68297f

[template-welcome-page] Update welcome page explanation and minor bugfix

app/views/admin_panel/_signup_welcome_screen.html.erb
1 1 <div class='description'>
2   - <%= _('This text will be showed as a welcome message to users after signup.') %><br/><br/>
  2 + <%= _('If you enable this feature on the "Features" section of the Administration Panel, this text will be shown as a welcome message to users after signup.') %><br/><br/>
3 3 </div>
4 4 <%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %>
5 5  
... ...
app/views/profile_editor/welcome_page.html.erb
1 1 <h1><%= _('Edit welcome page') %></h1>
2 2  
3   -<% labelled_form_for :welcome_page do |f| %>
  3 +<%= labelled_form_for :welcome_page do |f| %>
4 4 <%= error_messages_for :welcome_page %>
5 5  
6 6 <%= f.check_box(:published) %>
... ...