mirror of
https://github.com/msurguy/laravel-ajax-example.git
synced 2026-01-10 06:58:06 -05:00
Update index.blade.php
Changes made to the Content Filler section to accommodate the button to change fragments.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -127,8 +126,12 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<h2>Content Filler</h2>
|
||||
<p>This space has been purposefully filled so that the FORM results on the left are visible without scrolling</p>
|
||||
<h2>Content Fragments Update</h2>
|
||||
<p>Click the button to change fragments on your page at once
|
||||
<a href="fragments" class="btn ajax" data-method="post">
|
||||
<i class="icon icon-refresh"></i> Update fragments »
|
||||
</a>
|
||||
</p>
|
||||
{{ HTML::image('img/maks.jpg', 'author', array('class' => 'thumbnail')); }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user