Sha256: 272be630096f5dcb4d259ead021fdce8ecb6c3919423748f3b180164316d195b

Contents?: true

Size: 481 Bytes

Versions: 6

Compression:

Stored size: 481 Bytes

Contents

<h1>Version</h1>

<dl class="dl-horizontal">
  <dt>iQvoc version:</dt>
  <dd><%= Iqvoc::VERSION %></dd>

  <dt>iQvoc revision</dt>
  <% if File.exists?(Rails.root.join('headrev.txt')) %>
    <dd><%= File.read(Rails.root.join('headrev.txt')) %></dd>
  <% else %>
    <dd>-</dd>
  <% end %>

  <% if Iqvoc.host_version %>
  <dt>iQvoc version:</dt>
  <dd><%= "#{Iqvoc.host_namespace} #{Iqvoc.host_version}" %></dd>
  <% end %>

  <dt>RAILS_ENV:</dt>
  <dd><%= Rails.env %></dd>
</dl>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.12.1 app/views/pages/version.html.erb
iqvoc-4.12.0 app/views/pages/version.html.erb
iqvoc-4.11.1 app/views/pages/version.html.erb
iqvoc-4.11.0 app/views/pages/version.html.erb
iqvoc-4.10.0 app/views/pages/version.html.erb
iqvoc-4.9.0 app/views/pages/version.html.erb