소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.