Merge pull request #162 from ChrisBr/removes_header

Renmanes Conference edit link to Settings in admin menu
This commit is contained in:
Christian Bruckmayer 2014-05-26 11:41:11 +02:00
commit a33e930111
2 changed files with 2 additions and 7 deletions

View file

@ -32,7 +32,6 @@ body > #messages {
} }
.nav > li.nav-header > a { .nav > li.nav-header > a {
cursor: default;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;

View file

@ -33,14 +33,10 @@
%span.glyphicon.glyphicon-calendar %span.glyphicon.glyphicon-calendar
Shedule Shedule
%hr %hr
%li.nav-header %li{:class=> "#{active_nav_li(edit_admin_conference_path(@conference.short_title))} nav-header"}
%a
%span.glyphicon.glyphicon-wrench
Settings
%li{:class=> active_nav_li(edit_admin_conference_path(@conference.short_title))}
= link_to(edit_admin_conference_path(@conference.short_title)) do = link_to(edit_admin_conference_path(@conference.short_title)) do
%span.glyphicon.glyphicon-cog %span.glyphicon.glyphicon-cog
Conference Settings
%li{:class=> "#{active_nav_li(admin_conference_venue_info_path(@conference.short_title))} myAccordion"} %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 = link_to(admin_conference_venue_info_path(@conference.short_title)) do
%span.glyphicon.glyphicon-calendar %span.glyphicon.glyphicon-calendar