Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Adding title to calendar navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Oct 25, 2013
1 parent 5d6152e commit 49c0ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ResqueBoard/View/jobs_view_scheduled.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="ftr-bloc">
<h3>Future scheduled jobs activities</h3>
<div id="scheduled-jobs-graph">
<i class="fa fa-chevron-left graph-browse-previous" rel="prev"></i>
<i class="fa fa-chevron-right graph-browse-next" rel="next"></i>
<i class="fa fa-chevron-left graph-browse-previous" rel="prev" data-event="tooltip" title="Previous"></i>
<i class="fa fa-chevron-right graph-browse-next" rel="next" data-event="tooltip" title="Next"></i>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/ResqueBoard/webroot/partials/latest-jobs-heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<h2>Latest jobs activities</h2>

<div class="latest-jobs-graph" id="latest-jobs-heatmap">
<i class="fa fa-chevron-left graph-browse-previous" rel="prev"></i>
<i class="fa fa-chevron-right graph-browse-next" rel="next"></i>
<i class="fa fa-chevron-left graph-browse-previous" rel="prev" data-event="tooltip" title="Previous"></i>
<i class="fa fa-chevron-right graph-browse-next" rel="next" data-event="tooltip" title="Next"></i>
</div>

<div class="latest-jobs-list">
Expand Down

0 comments on commit 49c0ce5

Please sign in to comment.