+ Thank you for wanting to help out! To expand our database, we are looking for volunteers to enter more verbs.
+
+
+@if(!Auth::check())
+ Login
+ Sign up
+@endif
+
+
Here's how it works:
+
+
+
Any user can suggest new verbs.
+
These have to be peer-reviewed by other contributors.
+
It has to get five votes to be accepted.
+
Contributors earn points for all accepted verbs they suggested.
+
The vote weight is dependent on the number of points a user has.
+
+
+@if(Auth::check())
+
+
+
+ @include('suggestions')
+
+
+ @include('suggest')
+
+
+@endif
+
+@endsection
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php
index 3c111da..199db2d 100644
--- a/resources/views/layouts/master.blade.php
+++ b/resources/views/layouts/master.blade.php
@@ -16,17 +16,43 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
-->
+ ['/', ''],
+ 'Contribute' => ['contribute', 'contribute'],
+];
+
+if (Auth::check()) {
+ $menu['Statistics'] = ['stats', 'stats'];
+ $menu['Logout'] = ['logout', 'logout'];
+}
+?>
ParseTrainer
+
+
-
-
ParseTrainer
+
+
+
ParseTrainer
@yield('master-content')
@@ -35,5 +61,8 @@ along with this program. If not, see .
+ @if(Auth::check())
+
+ @endif
diff --git a/resources/views/stats.blade.php b/resources/views/stats.blade.php
index f68c9ac..04fabfe 100644
--- a/resources/views/stats.blade.php
+++ b/resources/views/stats.blade.php
@@ -1,42 +1,3 @@
-
-
-
-
-
- ParseTrainer statistics
-
-
-
-
-
-