added git info for development rails env
This commit is contained in:
parent
774cf8df99
commit
3f24542410
|
@ -17,6 +17,12 @@
|
|||
- if Rails.env.development?
|
||||
%hr
|
||||
.container
|
||||
%p
|
||||
Current branch:
|
||||
%code= `git rev-parse --abbrev-ref HEAD`
|
||||
(commit
|
||||
= succeed ')' do
|
||||
= `git rev-parse --short HEAD`.strip
|
||||
%p.text-danger Debug params:
|
||||
= debug params
|
||||
|
||||
|
|
Loading…
Reference in New Issue