Pārlūkot izejas kodu

add links to form and table on welcome page

Zlata Kozitsina 1 gadu atpakaļ
vecāks
revīzija
a6f9345596
2 mainītis faili ar 6 papildinājumiem un 12 dzēšanām
  1. 4 1
      resources/views/layout.blade.php
  2. 2 11
      resources/views/welcome.blade.php

+ 4 - 1
resources/views/layout.blade.php

@@ -16,6 +16,9 @@
     th{
       background-color: #fcd4db;
     }
+    a{
+      text-decoration: none; 
+    }
   </style> 
 </head>
 <body>
@@ -23,8 +26,8 @@
     @include('partials.header')
 
     @section('content')
-    
     @show
+    <hr>
     @include('partials.footer')
 
 </body>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 2 - 11
resources/views/welcome.blade.php


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels