Sha256: d49251914f1582cab247fb4e0f4fe92937bb2e625d38d256cef3a26f6f93b556

Contents?: true

Size: 778 Bytes

Versions: 19

Compression:

Stored size: 778 Bytes

Contents

<hr />
<%= form.inputs "Block" do -%>
    <%= form.input :title %>
    <%= form.input :sub_head, :label => "Sub-heading" %>
    <%= form.input :url , :label => "URL" %>
    <%= form.input :link_title %>
    <%= form.input :body, :as => :text %>
    <%= form.input :region, :as => :select , :collection => Cable.regions %>
    
    <% if form.object.block_image.exists? %>
        <div class="left preview-image">
            <%= image_tag form.object.block_image.url(:small) %>
        </div>
        <div class="left">
          <%= form.input :delete_block_image , :as => :boolean, :value => 0 %>
        </div>
        <div class="clearfix"></div>
    <% end %>
    
    <%= form.input :block_image , :as => :file %>

    <br />
    <%= remove_task_link( form ) %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cable-0.9.17 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.16 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.15 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.14 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.13 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.12 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.11 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.10 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.9 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.8 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.6 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.5 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.4 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.3 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.1 lib/generators/templates/partials/_block_form.html.erb
cable-0.9.0 lib/generators/templates/partials/_block_form.html.erb
cable-0.8.6 lib/generators/templates/partials/_block_form.html.erb
cable-0.8.5 lib/generators/templates/partials/_block_form.html.erb
cable-0.8.4 lib/generators/templates/partials/_block_form.html.erb