Getting there
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<p style="color: green"><%= notice %></p>
|
||||
|
||||
<h1>Companies</h1>
|
||||
|
||||
<div id="companies">
|
||||
<% @companies.each do |company| %>
|
||||
<%= render company %>
|
||||
<p>
|
||||
<%= link_to "Show this company", company %>
|
||||
</p>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<%= link_to "New company", new_company_path %>
|
||||
Reference in New Issue
Block a user