1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

refactor(templates): rename field comment to description (#155)

This commit is contained in:
Anthony Lapenna 2016-08-23 18:49:40 +12:00 committed by GitHub
parent 1c8aa35479
commit 5f290937d2
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<div ng-repeat="tpl in templates" class="container-template hvr-grow" id="template_{{ $index }}" ng-click="selectTemplate($index)">
<img class="logo" ng-src="{{ tpl.logo }}" />
<div class="title">{{ tpl.title }}</div>
<div class="comment">{{ tpl.comment }}</div>
<div class="description">{{ tpl.description }}</div>
</div>
</div>
</rd-widget-body>