comindware.core.ui
Version:
Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.
10 lines (9 loc) • 332 B
HTML
<td>{{version}}</td>
<td>{{creationDate}}</td>
<td>{{creator}}</td>
<td>
<a href="{{url}}" target="_blank" class="document-revision__download">
<i class="{{iconPrefixer 'cloud-download'}}"></i>
<div class="document-revision-download__text">{{localize 'CORE.FORM.EDITORS.DOCUMENT.DOWNLOAD'}}</div>
</a>
</td>