summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-09-20 07:16:09 -0600
committermo k <mo@mokhan.ca>2012-09-20 07:16:09 -0600
commit9f7a49ed6472ffb2fd0cff31d2dbbe3c84cf7cc3 (patch)
treef3efb187501c1eb22e90475d3c14725051f1981c
parent85e55fdbce0a4dddbaf9fa042f04b27392ec2d71 (diff)
try to prettify the Add Tutorial button.
-rw-r--r--app/views/tutorials/index.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/tutorials/index.html.erb b/app/views/tutorials/index.html.erb
index 0a2219a8..d58f7260 100644
--- a/app/views/tutorials/index.html.erb
+++ b/app/views/tutorials/index.html.erb
@@ -11,11 +11,12 @@
<% end -%>
<div class="row">
<div class="span12">
- <%= link_to 'New Tutorial', new_tutorial_path %>
+ <%= link_to 'Add Tutorial', new_tutorial_path, :class => "btn btn-primary" %>
</div>
</div>
<br />
<div class="row">
+ <div class="span12">
<ul class="thumbnails">
<% @tutorials.each do |tutorial| %>
<div class="span4">
@@ -35,4 +36,5 @@
</div>
<% end %>
</ul>
+ </div>
</div>