Admin gitolite logs. Refactored project creation. Few style fixes.

This commit is contained in:
Dmitriy Zaporozhets 2012-07-05 21:59:37 +03:00
parent 369df86e71
commit d40b9ce26d
15 changed files with 66 additions and 24 deletions

View file

@ -0,0 +1,6 @@
class Admin::LogsController < ApplicationController
layout "admin"
before_filter :authenticate_user!
before_filter :authenticate_admin!
end