------------------------------------------------------------
revno: 21149
committer: Abyot Asalefew Gizaw <[email protected]>
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>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to