added show page for custom domain

This commit is contained in:
shlok007 2017-08-03 00:07:38 +05:30
parent ec435b6503
commit 364adffdab
4 changed files with 86 additions and 0 deletions

View file

@ -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