Sha256: 5935431bc57cebda33ae5634678204ff6b7d5810eebfe6b11d0fb59eaa6b6006

Contents?: true

Size: 172 Bytes

Versions: 8

Compression:

Stored size: 172 Bytes

Contents

module BootstrapModalMacros
  def build_bootstrap_modal(options = {}, &block)
    nav = bootstrap_modal(options) do |d|
      block.call d
    end
    concat nav
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
twitter-bootstrap-markup-rails-0.3.2.2 spec/support/bootstrap_modal_macros.rb
twitter-bootstrap-markup-rails-0.3.2.1 spec/support/bootstrap_modal_macros.rb
twitter-bootstrap-markup-rails-0.3.2 spec/support/bootstrap_modal_macros.rb
bootstrap-shoehorn-1.0.2 spec/support/bootstrap_modal_macros.rb
bootstrap-shoehorn-1.0.1 spec/support/bootstrap_modal_macros.rb
bootstrap-shoehorn-1.0.0 spec/support/bootstrap_modal_macros.rb
twitter-bootstrap-markup-rails-0.3.1 spec/support/bootstrap_modal_macros.rb
twitter-bootstrap-markup-rails-0.3.0 spec/support/bootstrap_modal_macros.rb