Skip to content

Commit

Permalink
Format all events in the timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
piatra committed Apr 11, 2014
1 parent 0d36c25 commit f03f12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/index.html
Expand Up @@ -217,8 +217,8 @@ <h1 class="inline" id="user-repo"></h1>
<div class="timeline-item--read-more">
<img src="/imgs/eye.svg">
<ul class="timeline-item--event-controls">
<li><a data-event="{{ type }}" class="js-handler--mute-all" href="#">View only {{ type }}</a></li>
<li><a data-event="{{ type }}" class="js-handler--mute-event" href="#">Mute all {{ type }}</a></li>
<li><a data-event="{{ type }}" class="js-handler--mute-all" href="#">View only {{parseEventType type }}</a></li>
<li><a data-event="{{ type }}" class="js-handler--mute-event" href="#">Mute all {{parseEventType type }}</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f03f12e

Please sign in to comment.