mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
12 lines
184 B
Text
12 lines
184 B
Text
|
|
.row
|
||
|
|
.col-md-12
|
||
|
|
.page-header
|
||
|
|
%h1
|
||
|
|
-if @event.new_record?
|
||
|
|
New
|
||
|
|
= @event.title
|
||
|
|
Event
|
||
|
|
.row
|
||
|
|
.col-md-12
|
||
|
|
= render 'proposals/proposal_form'
|