Implemented e-mail confirmations
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
@sr(Table actions)
|
||||
|
||||
{{-- Disabled until implemented --}}
|
||||
@if(false)
|
||||
@if(true)
|
||||
|
||||
@if(guest() || user()->ownsTable($table))
|
||||
@if(guest() || !user()->confirmed || user()->ownsTable($table))
|
||||
|
||||
{{-- Passive fork buttons with counter --}}
|
||||
<a href="" class="btn btn-outline-primary py-1 btn-sm" title="Forks"
|
||||
|
||||
Reference in New Issue
Block a user