We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bada9f5 commit 8176be5Copy full SHA for 8176be5
modules/Collections/assets/field-collectionlink.tag
@@ -118,7 +118,7 @@
118
<tr each="{entry,idx in entries}">
119
<td show="{parent.opts.multiple}"><input class="uk-checkbox" type="checkbox" onclick="{parent.toggleSelected}"></td>
120
<td show="{!parent.opts.multiple}">
121
- <a onclick="{ parent.linkItem }"><i class="uk-icon-link"></i></a>
+ <a onclick="{ parent.linkItem }" class="uk-button uk-button-primary"><i class="uk-icon-link"></i></a>
122
</td>
123
<td class="uk-text-truncate" each="{field,idy in parent.fields}" if="{ field.name != '_modified' }">
124
<raw content="{ App.Utils.renderValue(field.type, parent.entry[field.name], field) }"></raw>
0 commit comments