Skip to content

Commit

Permalink
Tab bug in Project page fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
reddragon committed Sep 6, 2010
1 parent 6adf5e8 commit 15e3cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/_edit.html.haml
Expand Up @@ -19,7 +19,7 @@

%ul{:id => "navlist"}
%li
= link_to_remote 'Project', :update => "project_page_content", :url => {:action => "load_project_page_content", :partial => "project" }
= link_to_remote 'Project', :update => "project_page_content", :url => {:action => "load_project_page_content", :partial => "project", :id => params[:id] }

- if can_edit_project?(@project)
%li{ :id => 'active' }
Expand Down

0 comments on commit 15e3cc1

Please sign in to comment.