Latest updates
This commit is contained in:
17
app/views/cafs/_caf.html.erb
Normal file
17
app/views/cafs/_caf.html.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
<div id="<%= dom_id caf %>">
|
||||
<p>
|
||||
<strong>Company:</strong>
|
||||
<%= caf.company_id %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= caf.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Description:</strong>
|
||||
<%= caf.description %>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user