Skip to content

Commit

Permalink
Make select single collectionlink item into a button
Browse files Browse the repository at this point in the history
  • Loading branch information
flommy committed Oct 16, 2020
1 parent bada9f5 commit 8176be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Collections/assets/field-collectionlink.tag
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<tr each="{entry,idx in entries}">
<td show="{parent.opts.multiple}"><input class="uk-checkbox" type="checkbox" onclick="{parent.toggleSelected}"></td>
<td show="{!parent.opts.multiple}">
<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>
</td>
<td class="uk-text-truncate" each="{field,idy in parent.fields}" if="{ field.name != '_modified' }">
<raw content="{ App.Utils.renderValue(field.type, parent.entry[field.name], field) }"></raw>
Expand Down

0 comments on commit 8176be5

Please sign in to comment.