Sha256: ed12656644914758188ecfba7ac4009d0b2041e16b6f607d814c16bd4f575bad
Contents?: true
Size: 636 Bytes
Versions: 8
Compression:
Stored size: 636 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="Search"/> <search-submit: remove-class="btn-primary" class="btn-small"/> <clear-form: class="form-search" remove-class="form-horizontal" style="display: inline;"/> </search-filter:> </old-table-plus> </extend>
Version data entries
8 entries across 8 versions & 1 rubygems