dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41494
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21140: Removed a line that will be omiited in the rendered html
------------------------------------------------------------
revno: 21140
committer: Jiju K Jose <jijukjose@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2015-11-20 10:11:13 +0100
message:
Removed a line that will be omiited in the rendered html
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-10-16 11:04:37 +0000
+++ 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
@@ -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>