Skip to content
Snippets Groups Projects
Commit 4e64a0b5 authored by Dapeng's avatar Dapeng
Browse files

relayout ui for visits page, pre-line

parent 3e92c837
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@
</form>
<h3>Previous Visits</h3>
<table class="table table-striped">
<table class="table">
<tr ng-repeat="v in $ctrl.visits">
<td class="col-sm-2">{{v.date}}</td>
<td>{{v.description}}</td>
<td style="white-space: pre-line">{{v.description}}</td>
</tr>
</table>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment