Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Dec 13, 2011
1 parent 3b15659 commit 3275d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/projects/tasks.html.erb
Expand Up @@ -10,8 +10,8 @@
<ul>
<li><%= link_to @project.name, project_path(@project.id) %></li>
<li><%= link_to 'About', about_project_path(@project.id) %></li>
<li><%= link_to 'Folders', folders_project_path(@project.id) %></li>
<li class="selected"><%= link_to 'Project', tasks_project_path(@project.id) %></li>
<li><%= link_to 'Project', folders_project_path(@project.id) %></li>
<li class="selected"><%= link_to 'Tasks', tasks_project_path(@project.id) %></li>
</ul>
<% end %>
Expand Down

0 comments on commit 3275d81

Please sign in to comment.