diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index a47a82f..d43da64 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -2,10 +2,10 @@
<%= _("

Welcome to %s!

Thanks for signing up, we're thrilled to have you on our social network!

-

Firstly, some tips for getting started:

+

Firsty, some tips for getting started:

Confirm your account!

You should receive a welcome email from us shortly. Please take a second to follow the link within to confirm your account.

-

You won't appear as an user until your account is confirmed.

+

You won't appear as a user until your account is confirmed.

What to do next?

Customize your profile. Upload an avatar and sign up for activity notifications under Account.

Learn the guidelines. Read the Documentation for more details on how to use new social network!

diff --git a/app/views/admin_panel/site_info.rhtml b/app/views/admin_panel/site_info.rhtml index 0113419..f1d8f7b 100644 --- a/app/views/admin_panel/site_info.rhtml +++ b/app/views/admin_panel/site_info.rhtml @@ -4,7 +4,7 @@ <%= render :file => 'shared/tiny_mce' %> -<% labelled_form_for :environment, @environment do |f| %> +<% labelled_form_for :environment, @environment, :url => {:host => @environment.default_hostname, :port => request.port} do |f| %> <% tabs = [] %> <% tabs << {:title => _('Site info'), :id => 'site-info', :content => (render :partial => 'site_info', :locals => {:f => f})} %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c4d1b7b..247adec 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -6798,7 +6798,6 @@ h1#agenda-title { font-family: droidserif, serif; color: #6D786E; font-size: 20px; - font-weight: lighter; } /* }}} */ -- libgit2 0.21.2