diff --git a/app/views/admin_panel/_signup_welcome_screen.html.erb b/app/views/admin_panel/_signup_welcome_screen.html.erb index 26bdb53..6c1cb7b 100644 --- a/app/views/admin_panel/_signup_welcome_screen.html.erb +++ b/app/views/admin_panel/_signup_welcome_screen.html.erb @@ -1,5 +1,11 @@
- <%= _('This text will be showed as a welcome message to users after signup') %>

+ <%= _('This text will be showed as a welcome message to users after signup.') %>

- <%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %> + +

+

+ <%= _('If this content is left blank, the following page will be displayed to the user.') %>

+
+

+<%= render :file => 'home/welcome' %> -- libgit2 0.21.2