added show page for custom domain
This commit is contained in:
parent
ec435b6503
commit
364adffdab
4 changed files with 86 additions and 0 deletions
|
|
@ -27,6 +27,11 @@
|
|||
= link_to(admin_conference_path(@conference.short_title)) do
|
||||
%span.fa.fa-tachometer
|
||||
Dashboard
|
||||
- if can? :edit, @conference
|
||||
%li
|
||||
= link_to(custom_domain_admin_conference_path(@conference.short_title)) do
|
||||
%span.fa.fa-link
|
||||
Custom domain
|
||||
- if can? :show, @conference
|
||||
%li{class: "#{active_nav_li(edit_admin_conference_path(@conference.short_title))}"}
|
||||
- if can? :edit, @conference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue