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