allow faving own tables in the gui

master
Ondřej Hruška 6 years ago
parent c29b6d4bac
commit e6aea514df
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      resources/views/table/_view-action-buttons.blade.php

@ -9,7 +9,7 @@
<nav aria-label="Table action buttons">
@sr(Table actions)
@if(guest() || !user()->confirmed || user()->ownsTable($table))
@if(guest() || !user()->confirmed)
{{-- Guest, unconfirmed, or a table owner --}}
@if(FEATURE_FORKS)

Loading…
Cancel
Save