conveyal/modeify

View on GitHub
client/organizations-page/template.html

Summary

Maintainability
Test Coverage
<div class="row">
  <div class="col-lg-12 col-md-12 col-sm-12">
    <ol class="breadcrumb">
      <li class="active">Organizations</li>
    </ol>
    <h3>Organizations <a class="btn btn-success pull-right" href="/manager/organizations/new"><i class="fa fa-plus"></i> Create</a></h3>
  </div>
  <div class="col-lg-12 col-md-12 col-sm-12">
    <table class="table table-striped">
      <thead>
        <tr>
          <th>Name</th>
          <th>Address</th>
        </tr>
      </thead>
      <tbody data-each="organizations"></tbody>
    </table>
  </div>
</div>