parinoid checks for admin page thx dangold
This commit is contained in:
parent
801382714a
commit
eb9a943724
2 changed files with 12 additions and 10 deletions
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -128,7 +128,7 @@ GEM
|
|||
ohai (>= 0.5.7)
|
||||
rest-client (>= 1.0.4, < 1.7.0)
|
||||
uuidtools
|
||||
childprocess (0.1.6)
|
||||
childprocess (0.1.7)
|
||||
ffi (~> 0.6.3)
|
||||
closure-compiler (1.0.0)
|
||||
cloudfiles (1.4.10)
|
||||
|
|
@ -336,17 +336,17 @@ GEM
|
|||
rubyntlm (0.1.1)
|
||||
rubyzip (0.9.4)
|
||||
selenium-client (1.2.18)
|
||||
selenium-rc (2.2.4)
|
||||
selenium-rc (2.3.1)
|
||||
selenium-client (>= 1.2.18)
|
||||
selenium-webdriver (0.1.2)
|
||||
selenium-webdriver (0.1.3)
|
||||
childprocess (~> 0.1.5)
|
||||
ffi (~> 0.6.3)
|
||||
json_pure
|
||||
rubyzip
|
||||
simple_oauth (0.1.4)
|
||||
sinatra (1.1.2)
|
||||
sinatra (1.1.3)
|
||||
rack (~> 1.1)
|
||||
tilt (~> 1.2)
|
||||
tilt (>= 1.2.2, < 2.0)
|
||||
subexec (0.0.4)
|
||||
systemu (1.2.0)
|
||||
term-ansicolor (1.0.5)
|
||||
|
|
@ -369,7 +369,7 @@ GEM
|
|||
crack (>= 0.1.7)
|
||||
will_paginate (3.0.pre2)
|
||||
xml-simple (1.0.14)
|
||||
yui-compressor (0.9.3)
|
||||
yui-compressor (0.9.4)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
|
|||
|
|
@ -30,10 +30,12 @@
|
|||
= for user in @users
|
||||
= user.inspect
|
||||
%br
|
||||
= user.person.inspect
|
||||
%br
|
||||
= user.person.profile.inspect
|
||||
%br
|
||||
- if user.person
|
||||
= user.person.inspect
|
||||
%br
|
||||
- if user.person.profile
|
||||
= user.person.profile.inspect
|
||||
%br
|
||||
= "invite token: #{accept_invitation_url(user, :invitation_token => user.invitation_token)}" if user.invitation_token
|
||||
%br
|
||||
%br
|
||||
|
|
|
|||
Loading…
Reference in a new issue