mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Word change
This commit is contained in:
parent
73c81bbf0a
commit
fb24dfb129
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
%br
|
%br
|
||||||
= f.input :description, :input_html => {:rows => 5}, :hint => "This will only be shown to organizers, not to attendees."
|
= f.input :description, :input_html => {:rows => 5}, :hint => "This will only be shown to organizers, not to attendees."
|
||||||
%section#details
|
%section#details
|
||||||
= f.inputs :name => "Event Details" do
|
= f.inputs :name => "Session Details" do
|
||||||
= f.input :event_type_id,:as => :select, :collection => @event_types, :include_blank => false
|
= f.input :event_type_id,:as => :select, :collection => @event_types, :include_blank => false
|
||||||
%section#information
|
%section#information
|
||||||
= f.inputs :name => "Your Information" do
|
= f.inputs :name => "Your Information" do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue