You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
412 B
13 lines
412 B
- title @conference.title
|
|
= render 'header'
|
|
|
|
%article.row
|
|
.columns.large-10
|
|
%h1=_'error.title.Permission_Denied'
|
|
%p=_'error.desc.permission_denied', :p
|
|
|
|
- content_for :side_bar do
|
|
%h5= @conference.title+' is hosted by:'
|
|
%ul.preview-list.org-list.small-block-grid-2.large-block-grid-1
|
|
- @conference.organizations.each do |organization|
|
|
%li=render 'organizations/preview', :organization => organization
|