Latest updates
This commit is contained in:
14
app/views/cafs/index.html.erb
Normal file
14
app/views/cafs/index.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<p style="color: green"><%= notice %></p>
|
||||
|
||||
<h1>Cafs</h1>
|
||||
|
||||
<div id="cafs">
|
||||
<% @cafs.each do |caf| %>
|
||||
<%= render caf %>
|
||||
<p>
|
||||
<%= link_to "Show this caf", caf %>
|
||||
</p>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<%= link_to "New caf", new_company_caf_path(@company) %>
|
||||
Reference in New Issue
Block a user