소스 검색

Views fix

Andrea Pollastri 5 년 전
부모
커밋
3403652881
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 5 4
      resources/views/application.blade.php
  2. 3 4
      resources/views/pdf.blade.php

+ 5 - 4
resources/views/application.blade.php

@@ -69,20 +69,21 @@
         <div style="min-height: 20px"></div>
             @switch($app["autoinstall"])
                 @case('wordpress')
-                    <i>Your Wordpress is ready! Visit <b>{{ $app["domain"] }}</b> and complete its setup!</i>
+                    Your Wordpress is ready! Visit <b>{{ $app["domain"] }}</b> and complete its setup!
                     @break
                 @case('laravel')
-                    <i>Your Laravel is ready! Happy code on <b>{{ $app["domain"] }}</b>!</i>
+                    Your Laravel is ready! Happy code on <b>{{ $app["domain"] }}</b>!
                     @break
                 @case('git')
-                    <i>Configure deploy.sh script into /home/{{ $app["user"] }}/git/, copy deploy.pub key into your Github SSH keys and run "<b>sh deploy.sh</b>" to deploy your repo!</i>
+                    Configure deploy.sh script into /home/{{ $app["user"] }}/git/, copy deploy.pub key into your Github SSH keys and run "<b>sh deploy.sh</b>" to deploy your repo!
                     @break
                 @case('none')
-                    <i>Your application <b>{{ $app["domain"] }}</b> is ready!</i>
+                    Your application <b>{{ $app["domain"] }}</b> is ready!
                     @break
                 @default
 
             @endswitch
+            <p>You can manage you cronjobs via SSH using "crontab -e" command.</p>
         <div style="min-height: 20px"></div>
     </div>
 </div>

+ 3 - 4
resources/views/pdf.blade.php

@@ -52,7 +52,7 @@
                 <i>This is a Laravel pre-installation.<br>Happy code!</i>
                 @break
             @case('git')
-                <i>This is a Github repositoy.<br>Configure deploy.sh script into /home/{{ $app["user"] }}/git/, copy deploy.pub key into your Github SSH keys and run "sh deploy.sh" to deploy your repo!</i>
+                <i>This is a Github repositoy.<br>Configure deploy.sh script into /home/{{$username}}/git/, copy deploy.pub key into your Github SSH keys and run "sh deploy.sh" to deploy your repo!</i>
                 @break
             @case('none')
                 <i>This is a pure PHP/MySql web application!</i>
@@ -60,9 +60,8 @@
             @default
 
         @endswitch
-		<p>
-			<i>phpmyadmin avaiable on: http://{{$ip}}/phpmyadmin/</i>
-		</p>
+        <p><i>phpmyadmin avaiable on: http://{{$ip}}/phpmyadmin/.</i></p>
+        <p>You can manage you cronjobs via SSH using "crontab -e" command.</p>
 	</center>
 	<br>
 	<br>