Fix authorization

This commit is contained in:
Stella 2014-11-30 14:47:46 +02:00 committed by Stella Rouzi
parent 33bbbc9566
commit d41988c74f
3 changed files with 8 additions and 4 deletions

View file

@ -21,7 +21,7 @@
= link_to(destroy_user_session_path, :method=>'delete') do
%span.fa.fa-minus
Sign out
- if can? :index, Conference
- if can? :manage, Conference
%li.divider
%li
= link_to(admin_conference_index_path()) do