Merge "hide events filter if not logged in"

This commit is contained in:
Jenkins
2014-12-02 10:02:41 +00:00
committed by Gerrit Code Review

View File

@@ -174,7 +174,7 @@
<script type="text/ng-template" id="/inline/discussion.html">
<div>
<h4>Events timeline
<a href ng-click="updateFilter()"><i class="fa fa-gear"></i></a>
<a href ng-click="updateFilter()" ng-show="isLoggedIn"><i class="fa fa-gear"></i></a>
</h4>
<div class="discussion">
<div class="alert alert-warning"