Add projects
This commit is contained in:
5
app/views/projects/index.html.erb
Normal file
5
app/views/projects/index.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<h1>Projects</h1>
|
||||
|
||||
<% @projects.each do |project| %>
|
||||
<li><%= link_to project.name, project_path(project) %></li>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user