We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca388db commit 973c8faCopy full SHA for 973c8fa
1 file changed
app/views/spaces/index.html.erb
@@ -4,7 +4,7 @@
4
5
<div class="text-right my-3">
6
<% if policy(:space).create? %>
7
- <%= link_to new_node_path, class: 'btn btn-primary' do %>
+ <%= link_to new_space_path, class: 'btn btn-primary' do %>
8
Create space
9
<% end %>
10
0 commit comments