Expose Conference.code_of_conduct
This commit is contained in:
parent
85149dc837
commit
9f1e877ea0
10 changed files with 33 additions and 31 deletions
10
app/views/conferences/code_of_conduct.html.haml
Normal file
10
app/views/conferences/code_of_conduct.html.haml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.container
|
||||
.row
|
||||
.col-md-12
|
||||
.page-header
|
||||
%h1
|
||||
= @conference.short_title
|
||||
Code Of Conduct
|
||||
.row
|
||||
.col-md-12
|
||||
= markdown @conference.code_of_conduct
|
||||
Loading…
Add table
Add a link
Reference in a new issue