mirror of
https://github.com/openSUSE/osem.git
synced 2026-05-09 08:04:21 -04:00
Renmanes Conference edit link to Settings in admin menu
This commit is contained in:
@@ -32,7 +32,6 @@ body > #messages {
|
||||
}
|
||||
|
||||
.nav > li.nav-header > a {
|
||||
cursor: default;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -33,14 +33,10 @@
|
||||
%span.glyphicon.glyphicon-calendar
|
||||
Shedule
|
||||
%hr
|
||||
%li.nav-header
|
||||
%a
|
||||
%span.glyphicon.glyphicon-wrench
|
||||
Settings
|
||||
%li{:class=> active_nav_li(edit_admin_conference_path(@conference.short_title))}
|
||||
%li{:class=> "#{active_nav_li(edit_admin_conference_path(@conference.short_title))} nav-header"}
|
||||
= link_to(edit_admin_conference_path(@conference.short_title)) do
|
||||
%span.glyphicon.glyphicon-cog
|
||||
Conference
|
||||
Settings
|
||||
%li{:class=> "#{active_nav_li(admin_conference_venue_info_path(@conference.short_title))} myAccordion"}
|
||||
= link_to(admin_conference_venue_info_path(@conference.short_title)) do
|
||||
%span.glyphicon.glyphicon-calendar
|
||||
|
||||
Reference in New Issue
Block a user