app/views/georgia/menus/index.html.erb in georgia-0.7.8 vs app/views/georgia/menus/index.html.erb in georgia-0.8.0
- old
+ new
@@ -21,10 +21,10 @@
</div>
<div class="fieldset-fields control-group">
<% if @menus and @menus.any? %>
<%= render @menus %>
<% else %>
- <p>There are currently no navigation menus. <%= link_to 'Create a new one', new_menu_url, data: {toggle: 'modal', target:
+ <p>There are currently no navigation menus. <%= link_to 'Create a new one', new_menu_path, data: {toggle: 'modal', target:
'#menu_form'} %></p>
<% end %>
</div>
</fieldset>
\ No newline at end of file