Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

Commit 2a350a1

Browse files
committed
Remove unused @project in new project button
1 parent 0c8e10a commit 2a350a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/projects/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>
22
Projects
33

4-
<%= link_to new_project_path(@project), class: "btn btn-primary" do %>
4+
<%= link_to new_project_path, class: "btn btn-primary" do %>
55
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
66
New Project
77
<% end %>

0 commit comments

Comments
 (0)