Skip to content

Commit

Permalink
#778 add a history link when viewing an old version of a file; so its…
Browse files Browse the repository at this point in the history
… a little more obvious we're looking back in time & make it easy to pop back to the history view
  • Loading branch information
jstrachan committed Nov 27, 2013
1 parent 65b5065 commit 019575e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hawtio-web/src/main/webapp/app/wiki/html/viewPage.html
Expand Up @@ -53,6 +53,9 @@
<li ng-repeat="link in breadcrumbs" ng-class='{active : isActive(link.href) && !objectId}'>
<a ng-href="{{link.href}}{{hash}}">{{link.name}}</a>
</li>
<li ng-show="objectId">
<a ng-href="{{historyLink}}{{hash}}">History</a>
</li>
<li ng-show="objectId" class="active">
<a>{{objectId}}</a>
</li>
Expand Down

0 comments on commit 019575e

Please sign in to comment.