Merge pull request #246 from ChrisBr/bugfix_admin_menu
Adds missing glyphicon and chevron to admin menu
This commit is contained in:
commit
5e43af350f
1 changed files with 3 additions and 1 deletions
|
|
@ -50,12 +50,14 @@
|
||||||
%li{:class=> "#{active_nav_li(admin_conference_sponsorship_levels_path(@conference.short_title))} myAccordion" }
|
%li{:class=> "#{active_nav_li(admin_conference_sponsorship_levels_path(@conference.short_title))} myAccordion" }
|
||||||
= link_to(admin_conference_sponsorship_levels_path(@conference.short_title)) do
|
= link_to(admin_conference_sponsorship_levels_path(@conference.short_title)) do
|
||||||
%span.glyphicon.glyphicon-star
|
%span.glyphicon.glyphicon-star
|
||||||
Sponsorship Levels
|
Sponsorship
|
||||||
|
%span.small.glyphicon.glyphicon-chevron-right
|
||||||
%ul.nav.nav-stacked.nav-pills.small.collapse.subNav
|
%ul.nav.nav-stacked.nav-pills.small.collapse.subNav
|
||||||
%li{:class=> active_nav_li(admin_conference_sponsors_path(@conference.short_title))}
|
%li{:class=> active_nav_li(admin_conference_sponsors_path(@conference.short_title))}
|
||||||
= link_to 'Sponsors', admin_conference_sponsors_path(@conference.short_title)
|
= link_to 'Sponsors', admin_conference_sponsors_path(@conference.short_title)
|
||||||
%li{ class: active_nav_li(admin_conference_supporter_levels_path(@conference.short_title)) }
|
%li{ class: active_nav_li(admin_conference_supporter_levels_path(@conference.short_title)) }
|
||||||
= link_to(admin_conference_supporter_levels_path(@conference.short_title)) do
|
= link_to(admin_conference_supporter_levels_path(@conference.short_title)) do
|
||||||
|
%span.glyphicon.glyphicon-usd
|
||||||
Supporter Levels
|
Supporter Levels
|
||||||
%li{:class=> active_nav_li(admin_conference_emails_path(@conference.short_title))}
|
%li{:class=> active_nav_li(admin_conference_emails_path(@conference.short_title))}
|
||||||
= link_to(admin_conference_emails_path(@conference.short_title)) do
|
= link_to(admin_conference_emails_path(@conference.short_title)) do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue