16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
<%= form_for(@ad_banner, url: {action: "create"}) do |f| %>
|
|
Title <%= f.text_field :title %>
|
|
|
|
Timeout <%= f.text_field :timeout %>
|
|
|
|
Width <%= f.text_field :width %>
|
|
|
|
Height <%= f.text_field :height %>
|
|
|
|
Speed <%= f.text_field :speed %>
|
|
|
|
Ad Fx <%= f.text_field :ad_fx %>
|
|
|
|
<%= f.submit "Create Banner" %>
|
|
<% end %>
|