Commit b706b378c41c0f838eb5a36e7e257f7f873068a4
1 parent
a6a70bfe
Exists in
master
and in
29 other branches
ActionItem8: aaaaaaaaaaahhhhhhhhhhhh
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@164 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
app/controllers/application.rb
... | ... | @@ -36,7 +36,6 @@ class ApplicationController < ActionController::Base |
36 | 36 | |
37 | 37 | def self.acts_as_virtual_community_admin_controller |
38 | 38 | before_filter :load_admin_controller |
39 | - layout 'virtual_community_admin' | |
40 | 39 | end |
41 | 40 | def load_admin_controller |
42 | 41 | # TODO: check access control | ... | ... |
app/helpers/application_helper.rb
... | ... | @@ -95,7 +95,7 @@ module ApplicationHelper |
95 | 95 | end |
96 | 96 | |
97 | 97 | def login_box |
98 | - link_to _('Login'), :controller => 'account', :action => 'login' | |
98 | + content_tag('div', (link_to _('Login'), :controller => 'account', :action => 'login'), :class => 'login_box') | |
99 | 99 | end |
100 | 100 | |
101 | 101 | # FIXME | ... | ... |