mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +00:00
relayout ui for visits page, pre-line
This commit is contained in:
parent
3e92c837ce
commit
4e64a0b529
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue