dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41495
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21141: Removed a line that will be omiited in the rendered html
------------------------------------------------------------
revno: 21141
committer: Jiju K Jose <jijukjose@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2015-11-20 10:12:59 +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/dataentry/dataentry.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/dataentry/dataentry.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-11-16 08:54:03 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-11-20 09:12:59 +0000
@@ -211,7 +211,7 @@
<tr ng-repeat="note in currentEvent.notes">
<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>