Change font for registration item in user menu
This commit is contained in:
parent
c7660d2201
commit
7495ca89ef
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@
|
||||||
%li
|
%li
|
||||||
= link_to(conference_conference_registration_path(@conference)) do
|
= link_to(conference_conference_registration_path(@conference)) do
|
||||||
%span.fa.fa-id-badge
|
%span.fa.fa-id-badge
|
||||||
= @conference.short_title
|
= @conference.short_title
|
||||||
registration
|
registration
|
||||||
-if @conference && @conference.program
|
-if @conference && @conference.program
|
||||||
%li
|
%li
|
||||||
= link_to(conference_program_proposals_path(@conference.short_title)) do
|
= link_to(conference_program_proposals_path(@conference.short_title)) do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue