Update index.blade.php

Changes made to the Content Filler section to accommodate the button to change fragments.
This commit is contained in:
micz123
2013-03-11 00:41:24 +07:00
parent 41d07071b2
commit 7a30495c92

View File

@@ -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 &raquo;
</a>
</p>
{{ HTML::image('img/maks.jpg', 'author', array('class' => 'thumbnail')); }}
</div>