Cyber Awareness Framework

Compliance Tracking

<% if !user_signed_in? %> Not Signed in. <% else %> <%#= current_user.roletxt %> <% if current_user.admin? %>

Companies <%= link_to "Add Company", new_company_path %>

<%= link_to "Add User" %>

<% end %> <% if current_user.user? %> User Stuff here! <% end %> <% end %>