feat(link shares): allows switching the initial view by passing a query parameter #2335

Merged
konrad merged 11 commits from feature/redirect-to-specific-view into main 2022-09-14 16:37:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d91d1fecf1 - Show all commits

View File

@ -80,7 +80,7 @@
<thead>
<tr>
<th>{{ $t('list.share.attributes.link') }}</th>
<th>&nbsp;</th>
<th></th>
konrad marked this conversation as resolved Outdated

Why is the &nbsp; necessary?

Why is the `&nbsp;` necessary?

I thought it was necessary, looks like it isn't.

I thought it was necessary, looks like it isn't.
<th>{{ $t('list.share.links.view') }}</th>
<th>{{ $t('list.share.attributes.delete') }}</th>
</tr>