Sha256: 136f2f62a2627a563a383f24e0e61ee76ad582f90208fd4bfd13d816e068a12a

Contents?: true

Size: 693 Bytes

Versions: 5

Compression:

Stored size: 693 Bytes

Contents

<div class="add">
<%= link_to_remote t(:add_more, :scope => [:content], :class => target_class.plural_name), 
          {:url => {:controller => "skyline/content/editors/joinable_list", 
                   :action => "index", 
                   :source_type => source_object.class.to_s.demodulize.underscore, 
                   :source_id => source_object,
                   :association => association},
					:loading => "toggle_spin('element_skyline_#{association}_add_more','#{t(:loading, :scope => [:content, :global])}')",
					:complete => "toggle_spin('element_skyline_#{association}_add_more')"}, 
				:class => "add",
				:id => "element_skyline_#{association}_add_more"
 %>
</div>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
skylinecms-3.1.0 app/views/skyline/content/editors/joinable_list/_add.html.erb
westarete-skylinecms-3.0.8.20100329 app/views/skyline/content/editors/joinable_list/_add.html.erb
westarete-skylinecms-3.0.8.20100330 app/views/skyline/content/editors/joinable_list/_add.html.erb
skylinecms-3.0.8 app/views/skyline/content/editors/joinable_list/_add.html.erb
skylinecms-3.0.7 app/views/skyline/content/editors/joinable_list/_add.html.erb