shalvah 6 лет назад
Родитель
Сommit
9219179972
1 измененных файлов с 3 добавлено и 9 удалено
  1. 3 9
      resources/views/partials/route.blade.php

+ 3 - 9
resources/views/partials/route.blade.php

@@ -1,15 +1,9 @@
 <!-- START_{{$route['id']}} -->
 @if($route['title'] != '')## {{ $route['title']}}
 @else## {{$route['uri']}}@endif
-@if($route['authenticated'])<small style="
-  padding: 1px 9px 2px;
-  font-weight: bold;
-  white-space: nowrap;
-  color: #ffffff;
-  -webkit-border-radius: 9px;
-  -moz-border-radius: 9px;
-  border-radius: 9px;
-  background-color: #3a87ad;">Requires authentication</small>@endif
+@if($route['authenticated'])
+
+<br><small style="padding: 1px 9px 2px;font-weight: bold;white-space: nowrap;color: #ffffff;-webkit-border-radius: 9px;-moz-border-radius: 9px;border-radius: 9px;background-color: #3a87ad;">Requires authentication</small>@endif
 @if($route['description'])
 
 {!! $route['description'] !!}