Implemented e-mail confirmations

This commit is contained in:
2018-07-31 22:42:08 +02:00
parent df0e06045f
commit 904e29955d
13 changed files with 270 additions and 27 deletions
@@ -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"