Sha256: 17e8c0bd9a5828ee5d10e27bc5a1bfe8a00a68d6e5f25a03b8da6ddd2fc88937

Contents?: true

Size: 538 Bytes

Versions: 22

Compression:

Stored size: 538 Bytes

Contents

= simple_form_for(@task, :html => one_submit_only, :remote => true) do |f|
  = link_to_close new_task_path + "?view=#{@view}"
  = hidden_field_tag :view, @view
  = hidden_field_tag "task[user_id]", current_user.id
  = hidden_field_tag "task[asset_id]", "#{@asset.id if @asset}"
  = hidden_field_tag "task[asset_type]", "#{@asset.class if @asset}"

  = render "tasks/top_section",    :f => f
  = render "fields/groups", :f => f

  .buttonbar
    = f.submit t :create_task
    #{t :or}
    = link_to_cancel new_task_path + "?view=#{@view}"

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/tasks/_new.html.haml
fat_free_crm-0.15.2 app/views/tasks/_new.html.haml
fat_free_crm-0.16.4 app/views/tasks/_new.html.haml
fat_free_crm-0.14.1 app/views/tasks/_new.html.haml
fat_free_crm-0.15.1 app/views/tasks/_new.html.haml
fat_free_crm-0.16.3 app/views/tasks/_new.html.haml
fat_free_crm-0.16.2 app/views/tasks/_new.html.haml
fat_free_crm-0.16.1 app/views/tasks/_new.html.haml
fat_free_crm-0.16.0 app/views/tasks/_new.html.haml
fat_free_crm-0.15.0 app/views/tasks/_new.html.haml
fat_free_crm-0.15.0.beta.2 app/views/tasks/_new.html.haml
fat_free_crm-0.15.0.beta app/views/tasks/_new.html.haml
fat_free_crm-0.14.0 app/views/tasks/_new.html.haml
reduced_fat_crm-0.15.0.beta app/views/tasks/_new.html.haml
reduced_fat_crm-0.14.0 app/views/tasks/_new.html.haml
fat_free_crm-0.13.6 app/views/tasks/_new.html.haml
fat_free_crm-0.13.5 app/views/tasks/_new.html.haml
fat_free_crm-0.13.4 app/views/tasks/_new.html.haml
fat_free_crm-0.13.3 app/views/tasks/_new.html.haml
fat_free_crm-0.13.2 app/views/tasks/_new.html.haml