From 9f7a49ed6472ffb2fd0cff31d2dbbe3c84cf7cc3 Mon Sep 17 00:00:00 2001 From: mo k Date: Thu, 20 Sep 2012 07:16:09 -0600 Subject: try to prettify the Add Tutorial button. --- app/views/tutorials/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/views/tutorials') 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 -%>
- <%= link_to 'New Tutorial', new_tutorial_path %> + <%= link_to 'Add Tutorial', new_tutorial_path, :class => "btn btn-primary" %>

+
    <% @tutorials.each do |tutorial| %>
    @@ -35,4 +36,5 @@
    <% end %>
+
-- cgit v1.2.3