diff --git a/app/views/recipes/index.html.erb b/app/views/recipes/index.html.erb index 75ffbc8..8fbaa71 100644 --- a/app/views/recipes/index.html.erb +++ b/app/views/recipes/index.html.erb @@ -9,6 +9,8 @@

No Recipes

<% else %> + <%= link_to 'New Recipe', new_recipe_path, class: 'btn btn-default' %> + <%= paginate @recipes, :param_name => 'criteria[page]' %>