dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41515
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21149: reverted r. 21141
------------------------------------------------------------
revno: 21149
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-11-21 10:55:13 +0100
message:
reverted r. 21141
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html
--
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-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html 2015-11-20 09:11:13 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html 2015-11-21 09:55:13 +0000
@@ -41,7 +41,7 @@
<tr ng-repeat="note in selectedEnrollment.notes| filter:noteSearchText">
<td class="add-default-left-padding">
<d2-pop-over content="note" template="popover.html" details="{{'details'| translate}}">
- <!--div>{{note.value}}</div-->
+ <div>{{note.value}}</div>
</d2-pop-over>
<script type="text/ng-template" id="popover.html">
<p>{{content.value}}</p>