Introduced candidate voting and various tweaks
Merge branch 'develop'
This commit is contained in:
@ -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 %>?
|
||||
|
@ -1,5 +1,6 @@
|
||||
<%
|
||||
content_for :main_class, "intro_tpl"
|
||||
content_for :title, "Skills Assessment Admin"
|
||||
%>
|
||||
|
||||
<h1>Password Reset</h1>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<%
|
||||
content_for :main_class, "intro_tpl"
|
||||
content_for :title, "Skills Assessment Admin"
|
||||
%>
|
||||
|
||||
<h1>Password Reset</h1>
|
||||
|
Reference in New Issue
Block a user