Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit ca05d07

Browse files
authored
Merge pull request #5 from ArnoldV/patch-4
Added description to overview
2 parents 3ba6c1d + 727109b commit ca05d07

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
<div ng-controller="Our.Umbraco.DocTypeGridEditor.GridEditors.DocTypeGridEditor">
1+
<div ng-controller="Our.Umbraco.DocTypeGridEditor.GridEditors.DocTypeGridEditor">
22
<div class="umb-editor-placeholder dtge-editor-placeholder"
33
ng-click="setDocType()"
44
ng-class="{ 'dtge-editor-placeholder--preview' : preview }">
55
<div ng-if="!preview">
66
<i class="icon {{icon}}"></i>
7-
<div class="help-text">{{title}}</div>
7+
<div class="help-text">
8+
{{title}}
9+
</div>
10+
<div class="description-text" ng-if="description">
11+
<small>{{description}}</small>
12+
</div>
813
</div>
914
<div ng-if="preview"
1015
style="text-align: left;"

0 commit comments

Comments
 (0)