Sha256: bb02871e0eb3252e08323df6540bf54f96633c8ce474549004d65fa66a46ba5b

Contents?: true

Size: 1.88 KB

Versions: 5

Compression:

Stored size: 1.88 KB

Contents

  <div class="ae-table-responsive">
    <div class="ae-table-filter">
      <div class="ae-filter">
        <%= render "express_ui/molecules/form_group_single_line" %>
      </div>
      <div class="ae-filter">
        <%= render "express_ui/molecules/forms_radio" %>
      </div>
      <div class="ae-filter">
        <%= render "express_ui/molecules/forms_select" %>
      </div>
      <div class="ae-filter">
        <a href="#" title="Reset">×</a>
      </div>
    </div>
    <table>
      <thead>
        <th><a href="#" title="created_at">Created At </a></th>
        <th width="30%"><a href="#" title="address">Address</a></th>
        <th><a href="#" title="contract_effective_date">Contract Effective Date </a></th>
        <th><a href="#" title="closing_date">Closing Date</a></th>
        <th><a href="#" title="owner">Owner</a></th>
        <th><a href="#" title="creation_step">Creation Step</a></th>
        <th><a href="#" title="paid">Paid</a></th>
        <th width="15%"><a href="#" title="action">Actions</a></th>
      </thead>
      <tbody>
        <tr>
          <td>January 07, 2016  </td>
          <td><a href="#">658 NW 9th Ct, Boca Raton, FL 33486, USA</a></td>
          <td>January 07, 2016  </td>
          <td>January 29, 2016  </td>
          <td></td>
          <td>step_2</td>
          <td>false</td>
          <td><button type="button" value="Delete" class="ae-btn ae-btn-danger">Delete</button></td>
        </tr>
        <tr>
          <td>January 07, 2016  </td>
          <td><a href="#">2714 Southern Parkway West</a></td>
          <td>January 07, 2016  </td>
          <td>January 29, 2016  </td>
          <td></td>
          <td>step_2</td>
          <td>false</td>
          <td><a href="#">View</a></td>
        </tr>
        <tr>
          <td>Small Office</td>
          <td>Top Producer</td>
          <td>$1,299.00</td>
        </tr>
      </tbody>
    </table>
  </div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_ui-0.1.0.rc7 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.0.rc5 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.0.rc4 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.0.rc3 app/views/express_ui/molecules/_table_with_filtering.html.erb
express_ui-0.1.0.rc1 app/views/express_ui/molecules/_table_with_filtering.html.erb