Introduced candidate voting and various tweaks

Merge branch 'develop'
This commit is contained in:
Mark Moser
2016-11-22 17:35:02 -06:00
58 changed files with 1064 additions and 31 deletions

View File

@ -1,11 +1,11 @@
<%
content_for :main_class, "intro_tpl"
content_for :title, "Skills Assessment Admin"
%>
<h1>Admin Login</h1>
<%= form_for :auth, url: admin_login_path do |form| %>
<% if flash[:error].present? %>
<div class="form-group">
Need a <%= link_to "password reset", admin_reset_request_path %>?

View File

@ -1,5 +1,6 @@
<%
content_for :main_class, "intro_tpl"
content_for :title, "Skills Assessment Admin"
%>
<h1>Password Reset</h1>

View File

@ -1,5 +1,6 @@
<%
content_for :main_class, "intro_tpl"
content_for :title, "Skills Assessment Admin"
%>
<h1>Password Reset</h1>