Sha256: 88c481802591ec68c416ffb6f91ea68e5b74014e9837c7d8b7ac6d08ba15a796

Contents?: true

Size: 535 Bytes

Versions: 5

Compression:

Stored size: 535 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.system_information') %></h1>
<div id="content_list">

  <ul>
    <li>Environment: <%= Rails.env %></li>
    <li>Gems:
    <ul>
      <% @specs.each do |spec| %>
        <li><%= spec.name %>: <%= spec.version.to_s %></li>
      <% end %>
    </ul>
    </li>
  </ul>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.configuration'), page_configuration_path %></li>
  </ul>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_leaf-1.1.0.rc20 app/views/page/system_information.html.erb
enju_leaf-1.1.0.rc19 app/views/page/system_information.html.erb
enju_leaf-1.1.0.rc18 app/views/page/system_information.html.erb
enju_leaf-1.1.0.rc17 app/views/page/system_information.html.erb
enju_leaf-1.1.0.rc16 app/views/page/system_information.html.erb