Commit af8caff5f0c9edae9756ef904684046a97c68839

Remove ending parenthesis after "Edit project"

The entry in the "Project Overview" tab bar has an unnecessary trailing
parenthesis.

Commit diff

app/views/projects/edit.html.erb

 
77<% end -%>
88
99<% content_for :submenu do -%>
10 <li class="selected"><%= link_to "Edit project", edit_project_path(@project) -%>)</li>
10 <li class="selected"><%= link_to "Edit project", edit_project_path(@project) -%></li>
1111<% end -%>
1212
1313<% content_for :sidebar do -%>
toggle raw diff