Skip to content

Commit 222b848

Browse files
committed
Make select single collectionlink item into a button
1 parent 48f4ec0 commit 222b848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Collections/assets/field-collectionlink.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<tr each="{entry,idx in entries}">
119119
<td show="{parent.opts.multiple}"><input class="uk-checkbox" type="checkbox" onclick="{parent.toggleSelected}"></td>
120120
<td show="{!parent.opts.multiple}">
121-
<a onclick="{ parent.linkItem }"><i class="uk-icon-link"></i></a>
121+
<a onclick="{ parent.linkItem }" class="uk-button uk-button-primary"><i class="uk-icon-link"></i></a>
122122
</td>
123123
<td class="uk-text-truncate" each="{field,idy in parent.fields}" if="{ field.name != '_modified' }">
124124
<raw content="{ App.Utils.renderValue(field.type, parent.entry[field.name], field, lang) }"></raw>

0 commit comments

Comments
 (0)