added conference wide information page and linked to the admin sidebar
This commit is contained in:
parent
710b4d26a4
commit
35afdcead4
5 changed files with 54 additions and 1 deletions
13
app/views/admin/conference/conference_wide_screen.html.haml
Normal file
13
app/views/admin/conference/conference_wide_screen.html.haml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.container
|
||||
- if @conference.present?
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
%h2 Upcoming Events
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
%h2 Tweets About Conference
|
||||
.row
|
||||
.col-md-12
|
||||
- if @sponsors.any?
|
||||
%section#sponsors
|
||||
= render 'conference/sponsors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue