Skip to content

Commit

Permalink
Fixed invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Bausson committed Nov 2, 2023
1 parent 96eefba commit 4071647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/stacks/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<%= link_to stack, stack_path(stack) %>
</td>
<td>
<%= link_to stack.color, color_path(stack.color) %>
<%= stack.color %>
</td>
<td><%= pluralize stack.servers.count, 'machine' %></td>
<td>
Expand Down

0 comments on commit 4071647

Please sign in to comment.