dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26404
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13083: Minor fix for user check (in gearBox)
------------------------------------------------------------
revno: 13083
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2013-12-01 15:21:58 +0100
message:
Minor fix for user check (in gearBox)
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm 2013-12-01 14:12:59 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm 2013-12-01 14:21:58 +0000
@@ -134,7 +134,7 @@
</style>
#macro( gearDropDown $user )
- #if( $!currentUser.username != $!user.username )
+ #if( $currentUser == $user )
<div class="gearDropDown">
<span><i class="fa fa-gear"></i> <i class="fa fa-caret-down"></i></span>
</div>