Sha256: 04f040387d0c5c002f5c30243dcc9741490c6bdc27a70e4efc9288a4fdfe02ad

Contents?: true

Size: 404 Bytes

Versions: 46

Compression:

Stored size: 404 Bytes

Contents

class ComfortableMexicanSofa::Tag::Partial
  include ComfortableMexicanSofa::Tag
  
  def self.regex_tag_signature(label = nil)
    label ||= /[\w\/\-]+/
    /\{\{\s*cms:partial:(#{label}):?(.*?)\s*\}\}/
  end
  
  def content
    ps = params.collect_with_index{|p, i| ":param_#{i+1} => '#{p}'"}.join(', ')
    "<%= render :partial => '#{label}'#{ps.blank?? nil : ", :locals => {#{ps}}"} %>"
  end
  
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.5.11 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.10 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.9 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.8 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.7 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.6 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.5 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.4 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.3 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.2 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.1 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.5.0 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.22 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.21 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.20 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.19 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.18 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.17 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.16 lib/comfortable_mexican_sofa/tags/partial.rb
comfortable_mexican_sofa-1.4.15 lib/comfortable_mexican_sofa/tags/partial.rb