Revision 1245:d8e15cc24494

View differences:

app/views/projects/settings/_overview.html.erb
1 1

  
2
<% form_for :project, @project,
3
            :url => { :action => 'overview', :id => @project },
2
<%= form_for @project,
3
            :url => { :action => 'overview', :id => @project.id },
4 4
            :html => {:id => 'overview-form'} do |f| %>
5 5

  
6 6
<div class="box tabular">
config/routes.rb
86 86
  match 'watchers/autocomplete_for_user', :controller=> 'watchers', :action => 'autocomplete_for_user', :via => :get
87 87

  
88 88
  match 'projects/:id/settings/:tab', :to => "projects#settings"
89
  match 'projects/:id/overview', :to => "projects#overview"
89 90

  
90 91
  resources :projects do
91 92
    member do

Also available in: Unified diff