Skip to content

Instantly share code, notes, and snippets.

View CarlosGabaldon's full-sized avatar

Carlos Gabaldon CarlosGabaldon

  • Flagstaff, AZ
View GitHub Profile
<div class="box">
<h2>User Options</h2>
<% if current_user.is_system? %>
<div id='system_user_links'>
<ul>
<li>System</li>
<li><%= link_to 'Setup user', new_system_user_path %></li>
<li><%= link_to 'Search users', system_users_path %></li>
<li><%= link_to 'System config', edit_system_system_config_path %></li>
</ul>