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

pull/157/head
Anthony Lapenna 8 years ago committed by GitHub
parent 1c8aa35479
commit 5f290937d2

@ -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>

@ -251,7 +251,7 @@ input[type="radio"] {
text-align: center;
}
.container-template .comment {
.container-template .description {
text-align: center;
font-size: 0.8em;
}

Loading…
Cancel
Save