Skip to content

Commit

Permalink
One change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctbarna committed Aug 11, 2011
1 parent 484d44f commit fae09b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<div class="grid_4 block border-radius" id="request-count">
<div class="main">
<div class="numberbox"><span class="number">{{ this_week_stats.request_count}}</span>
requests</div>
opened this week.
</div>
requests opened this week.
</div>
<span class="delta">{{ delta.opened_count }}</span>% change in requests from last week to
this.
Expand All @@ -55,8 +55,8 @@
<div class="grid_4 block border-radius {% if delta.closed_count > 0 %}green{% else %}red{% endif %}" id="closed-count">
<div class="main">
<div class="numberbox"><span class="number">{{ this_week_stats.closed_request_count }}</span>
requests</div>
closed this week.
</div>
requests closed this week.
</div>
<span class="delta">{{ delta.closed_count}}</span>% change in requests closed from last week to
this.
Expand Down

0 comments on commit fae09b5

Please sign in to comment.