mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
11 lines
460 B
Text
11 lines
460 B
Text
<div class="nested-fields">
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :description, :input_html => {:rows => 2 }, hint: 'Write about the hotel/place,
|
|
of what they are offering, about types of rooms, prices and address' %>
|
|
<%= image_tag f.object.photo(:thumb) if !f.object.photo.blank? %>
|
|
<%= f.input :photo %>
|
|
<%= f.input :website_link %>
|
|
<%= remove_association_link :lodging, f %>
|
|
<% end %>
|
|
</div>
|