swchoi727/LEP

View on GitHub
app/views/admins/show.html.haml

Summary

Maintainability
Test Coverage
%h1= "Welcome, #{@user.first_name}!"

= render 'admin_nav'

%div.info
  %h4= "Current Application Deadline"
  %p= "#{User::APPLICATION_DEADLINE}"
%div.info
  %h4= "Set Application Deadline"
  = render 'set_app_deadline'