This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-20 18:30:59 -07:00
|
|
|
.panel
|
|
|
|
.panel-header= t 'about.version'
|
|
|
|
.panel-body
|
2017-07-11 17:32:16 -07:00
|
|
|
- if @instance_presenter.commit_hash == ""
|
|
|
|
%strong= version.version_number
|
|
|
|
- else
|
|
|
|
%strong= version.version_number
|
|
|
|
%strong= "#{@instance_presenter.commit_hash}"
|
|
|
|
|