Drop JQuery-UI. Fixes Issue #353 partly
This commit is contained in:
parent
63366d43a4
commit
45b8c5dd68
9 changed files with 65 additions and 89 deletions
|
|
@ -15,8 +15,12 @@
|
|||
%li.divider
|
||||
%li
|
||||
= link_to(admin_conference_index_path()) do
|
||||
%span.glyphicon.glyphicon-home
|
||||
Administration
|
||||
- if Conference.any?
|
||||
%span.glyphicon.glyphicon-home
|
||||
Administration
|
||||
- else
|
||||
%span.glyphicon.glyphicon-plus
|
||||
Create Conference
|
||||
-if @conference and @conference.id and can? :show, @conference
|
||||
%li
|
||||
= link_to(admin_conference_path(@conference.short_title)) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue