Browse Source

优化文章显示页面

Moell 9 years ago
parent
commit
ec46dbd159
1 changed files with 5 additions and 3 deletions
  1. 5 3
      resources/views/default/show_article.blade.php

+ 5 - 3
resources/views/default/show_article.blade.php

@@ -19,14 +19,16 @@
                 <h3 class="to-animate fadeInUp animated">
                     {{ $article->title }}
                 </h3>
+
+                <p class="to-animate fadeInUp animated">
+                    {{ $article->desc }}
+                </p>
+
                 <p class="to-animate fadeInUp animated">
                     <i class="glyphicon glyphicon-calendar"></i>{{ $article->created_at }}
                     &nbsp;
                     <i class="glyphicon glyphicon-user"></i>{{ $user->name }}
                 </p>
-                <p class="to-animate fadeInUp animated">
-                    {{ $article->desc }}
-                </p>
             </div>
         </div>
     </div>