Sha256: a3191b1a3ad223b2263c3e8c112a93216dadcb7a4d15ff2c8736a8cdd88e0796
Contents?: true
Size: 570 Bytes
Versions: 22
Compression:
Stored size: 570 Bytes
Contents
= form_for resource, :url => resource.new_record? ? lolita_resources_path : lolita_resource_path(:id=>resource.id), :method => resource.new_record? ? :post : :put, :html => {:multipart => true, :class => "associated"} do |form| - self.current_form = form - tabs.associated.each_with_index do |tab,index| = render_component :"lolita/configuration/tab", :display, :tab => tab, :active => index == 0 - self.current_form = nil - tabs.dissociated.each_with_index do |tab,index| = render_component :"lolita/configuration/tab", :display, :tab => tab, :active => false
Version data entries
22 entries across 22 versions & 1 rubygems