conveyal/modeify

View on GitHub
client/user-activity-page/template.html

Summary

Maintainability
Test Coverage
<div class="row">
  <div class="col-sm-12">
  <h3>User Sign-up Report</h3>
  <p>Date Range: <input type="text" class="fromDate" /> to <input type="text" class="toDate" /></p>
  <table class="table table-striped">
    <thead>
      <th>Day</th>
      <th>Total Signups</th>
      <th>By Code:&nbsp;<select class='signup-code-select'></select></th>
    </thead>
    <tbody class="signup-table-body"></tbody>
  </table>
  <div class='total' style='font-weight:bold;'></div>
</div>