Sha256: cee39286bd1bbfac640d9c6e5cd85242265f48332a33f25874325cff9290c892

Contents?: true

Size: 719 Bytes

Versions: 5

Compression:

Stored size: 719 Bytes

Contents

<!--
Adds bootstrap styling to `<table-plus>`
-->
<extend tag="table-plus">
  <old-table-plus merge>
    <table: class="table table-striped table-bordered" style="clear: both;"/>
    <header: style="float: right;"/>
    <search-filter:>
      <search-form: class="form-search" remove-class="form-horizontal" style="display: inline;" />
      <label: replace/>
      <input: class="search-query" placeholder="&t('hobo.table_plus.search', :default=>'Search')"/>
      <search-submit: remove-class="btn-primary" class="btn-small"/>
      <clear-form: class="form-search" remove-class="form-horizontal" style="display: inline;"/>
      <clear-submit: class="btn-small"/>
    </search-filter:>
  </old-table-plus>
</extend>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hobo_bootstrap-2.1.1 taglibs/table-plus.dryml
hobo_bootstrap-2.1.0 taglibs/table-plus.dryml
hobo_bootstrap-2.1.0.pre4 taglibs/table-plus.dryml
hobo_bootstrap-2.1.0.pre3 taglibs/table-plus.dryml
hobo_bootstrap-2.1.0.pre2 taglibs/table-plus.dryml