Explorar el Código

Fix dopo migrazione

Luca Parisio hace 5 meses
padre
commit
025ac2c4bf

BIN
.DS_Store


+ 1 - 1
resources/views/news.blade.php

@@ -38,7 +38,7 @@
         }
 </style>
 
-    <div class="container" style="min-height: 450px;margin-top:50px;">
+    <div class="container" style="min-height: 450px;margin-top:50px;background-color: white;">
         <div class="row single-news">
 
                 <div class="col-sm-9 single-news">

+ 1 - 1
resources/views/news_event.blade.php

@@ -21,7 +21,7 @@
 
 @section('content')
 
-    <div class="container" style="min-height: 450px;margin-top:50px;">
+    <div class="container" style="min-height: 450px;margin-top:50px;background-color: white;">
         <div class="row">
 
                 <div class="col-sm-9 single-news">

+ 1 - 1
resources/views/page.blade.php

@@ -30,7 +30,7 @@
     }
 </style>
 
-    <div class="container" style="min-height: 450px;margin-top:50px;">
+    <div class="container" style="min-height: 450px;margin-top:50px;background-color: white;">
         <div class="row">
 
             <div class="col-sm-9 single-page">

+ 1 - 1
resources/views/sections_advs/index.blade.php

@@ -51,7 +51,7 @@
                         <a href="{{ route('sections.advs.edit', array($section, $adv->id)) }}" type="button" class="btn btn-w-m btn-primary"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></a>
                     </td>
                     <td>
-                      <form class="form-inline" method="POST" action="{{ route('sections.advs.destroy', $section, $adv->id) }}">
+                      <form class="form-inline" method="POST" action="{{ route('sections.advs.destroy', array($section, $adv->id)) }}">
     @csrf
     @method('DELETE')
                           <button type="submit" class="btn btn-w-m btn-danger" onclick="return confirm('Sei sicuro?')"><i class="fa fa-trash" aria-hidden="true"></i></button>