CAF Compliance Tracking
By Hidden Agenda Ltd
<% if !user_signed_in? %>
Not Signed in.
<% else %>
<%#= current_user.roletxt %>
<% if current_user.admin? %>
Companies
<%= link_to "Add Company", new_company_path %>
<% @companies.each do |company| %>
<% end %>
<% end %>
<% if current_user.user? %>
User Stuff here!
<% end %>
<% end %>