Commit c8036845192a48b813a8e9b83fb3af6ded47c28d

Authored by Rodrigo Souto
1 parent 384215e1

[template-welcome-page] Display default content on environment welcome page customization

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 + <%= _('This text will be showed as a welcome message to users after signup.') %><br/><br/>
3 3 </div>
4   -
5 4 <%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %>
  5 +
  6 +<p>
  7 +<div class='description'>
  8 + <%= _('If this content is left blank, the following page will be displayed to the user.') %><br/><br/>
  9 +</div>
  10 +<p>
  11 +<%= render :file => 'home/welcome' %>
... ...