update dates on some views, give the accept invite form some padding

This commit is contained in:
Maxwell Salzberg 2011-08-09 17:00:35 -07:00
parent 333081f8b1
commit da51259f32
2 changed files with 23 additions and 18 deletions

View file

@ -1,3 +1,8 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#login_form
= form_for(resource, :as => resource_name, :url => invitation_path(resource_name), :html => {:method => :put }) do |f|
%p
= f.label :username , t('username')

View file

@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
-# Copyright (c) 2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.