diff options
Diffstat (limited to 'app/views/tutorials')
| -rw-r--r-- | app/views/tutorials/index.html.erb | 4 |
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> |
