mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 05:04:03 +00:00
11 lines
226 B
Text
11 lines
226 B
Text
|
|
.row
|
||
|
|
.col-md-12
|
||
|
|
.page-header
|
||
|
|
%h1
|
||
|
|
New Event
|
||
|
|
.row
|
||
|
|
.col-md-8
|
||
|
|
= form_for(@event, url: @url) do |f|
|
||
|
|
= render partial: 'proposals/form', locals: { f: f }
|
||
|
|
= render partial: 'shared/user_selectize'
|