initial commit
This commit is contained in:
7
app/views/projects/_project.html.erb
Normal file
7
app/views/projects/_project.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="<%= dom_id project %>">
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= project.name %>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user