瀏覽代碼

add links to form and table on welcome page

Zlata Kozitsina 1 年之前
父節點
當前提交
a6f9345596
共有 2 個文件被更改,包括 6 次插入12 次删除
  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>

文件差異過大導致無法顯示
+ 2 - 11
resources/views/welcome.blade.php


部分文件因文件數量過多而無法顯示