From 1827d46b773dc77924a533e8397a65c9fc6f25fc Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Wed, 18 Sep 2013 23:53:01 +0300 Subject: [PATCH] show errbit version in footer --- app/views/layouts/application.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 704243e..5e3d427 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -31,5 +31,8 @@ - if content_for?(:comments) #content-comments = yield :comments - #footer= t('.powered_html', :link => link_to(t('.errbit'), 'http://github.com/errbit/errbit', :target => '_blank')) + #footer + = t('.powered_html', :link => link_to(t('.errbit'), 'http://github.com/errbit/errbit', :target => '_blank')) + %br + = Errbit::Version.to_s = yield :scripts -- libgit2 0.21.2