From 866d64b6ca3bf756f34f9d9e034dab22cf588658 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 24 Jan 2012 14:22:05 -0200 Subject: [PATCH] Removing url from site_info form --- app/views/account/signup.rhtml | 4 ++-- app/views/admin_panel/site_info.rhtml | 2 +- public/stylesheets/application.css | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index d43da64..a47a82f 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!

-

Firsty, some tips for getting started:

+

Firstly, 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 a user until your account is confirmed.

+

You won't appear as an 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 f1d8f7b..0113419 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, :url => {:host => @environment.default_hostname, :port => request.port} do |f| %> +<% labelled_form_for :environment, @environment 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 247adec..c4d1b7b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -6798,6 +6798,7 @@ h1#agenda-title { font-family: droidserif, serif; color: #6D786E; font-size: 20px; + font-weight: lighter; } /* }}} */ -- libgit2 0.21.2