Parcourir la source

add links to form and table on welcome page

Zlata Kozitsina il y a 1 an
Parent
commit
a6f9345596
2 fichiers modifiés avec 6 ajouts et 12 suppressions
  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>

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 11
resources/views/welcome.blade.php


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff