.panel
.panel-header= t 'about.version'
.panel-body
- if @instance_presenter.commit_hash == ""
%strong= version.version_number
- else
%strong= "#{@instance_presenter.commit_hash}"