Skip to content

Commit

Permalink
Fix #65 Don't display fluentd version if doesn't setup daemon yet
Browse files Browse the repository at this point in the history
  • Loading branch information
uu59 committed Jul 30, 2014
1 parent 412022c commit 7e5ae1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/misc/information.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
%dl{class: "dl-horizontal"}
%dt ruby
%dd= RUBY_DESCRIPTION
%dt fluentd
%dd= FluentdUI.fluentd_version
- if FluentdUI.fluentd_version
%dt fluentd
%dd= FluentdUI.fluentd_version
%dt fluentd-ui
%dd= FluentdUI::VERSION
Expand Down

0 comments on commit 7e5ae1f

Please sign in to comment.