Refactored stylesheets and fixed font

This commit is contained in:
Priit Tark 2015-04-16 14:41:18 +03:00
parent adf321bafa
commit 11399958f5
17 changed files with 130 additions and 135 deletions

View file

@ -1,3 +1,4 @@
class AdminController < ApplicationController
layout 'admin/application'
before_action :authenticate_user!
end