osem-fcy/app/views/surveys/index.html.haml

9 lines
189 B
Text
Raw Normal View History

.container
.row
.col-md-12
.page-header
%h1 Surveys
.row
.col-md-12
= render partial: 'surveys/list', locals: { surveys: @surveys, conference: @conference }