added new recicpe button to top of rec index
This commit is contained in:
parent
36cbf92df0
commit
0990551cfc
@ -9,6 +9,8 @@
|
||||
<p>No Recipes</p>
|
||||
<% else %>
|
||||
|
||||
<%= link_to 'New Recipe', new_recipe_path, class: 'btn btn-default' %>
|
||||
|
||||
<%= paginate @recipes, :param_name => 'criteria[page]' %>
|
||||
|
||||
<div class="table-responsive">
|
||||
|
Loading…
Reference in New Issue
Block a user