forked from bofh/fetsite
small fixes
This commit is contained in:
@@ -126,6 +126,6 @@ $box-background: white;
|
||||
|
||||
@import 'extra';
|
||||
body {
|
||||
background: url('http://localhost:3000/stvn.jpg') fixed no-repeat;
|
||||
background: url('http://www.fet.at/stvn.jpg') fixed no-repeat;
|
||||
background-size:100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,7 +120,7 @@ class Ability
|
||||
# Calendar
|
||||
|
||||
if( user.has_role?("fetuser") || user.has_role?("fetadmin"))
|
||||
can [:edit, :update,:new,:create], Document
|
||||
can [:show, :edit, :update,:new,:create,:write, :write_etherpad, :read_from_etherpad, :dump_to_etherpad], Document
|
||||
can :manage, Meeting
|
||||
can :manage, Meetingtyp
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user