Sha256: a799acfb7fb7a3e96bb0cbc6ff60d410ffc19682b265a0f1de3d162b4ad951f2

Contents?: true

Size: 1.96 KB

Versions: 17

Compression:

Stored size: 1.96 KB

Contents

<p class="center">
  <%= image_tag('alchemy/alchemy-logo.svg', width: 267, height: 91) %>
</p>
<h2 class="center">
  v<%= @alchemy_version %><br>
  <small>
    Ruby v<%= RUBY_VERSION %>, Rails v<%= Rails.version %>
  </small>
</h2>
<% if can? :update_check, :alchemy_admin_dashboard %>
<p class="center" id="update_check">
  <span id="update_available" class="hidden">
    <%= render_icon(:exclamation) %>
    <%= Alchemy.t 'Update available' %>
  </span>
  <span id="up_to_date" class="hidden">
    <%= render_icon(:check) %>
    <%= Alchemy.t 'Alchemy is up to date' %>
  </span>
  <span id="error" class="hidden">
    <%= render_icon(:exclamation) %>
    <%= Alchemy.t 'Update status unavailable' %>
  </span>
</p>
<script type="text/javascript">
  var el = $('#update_check');
  var spinner = new Alchemy.Spinner('small')
  spinner.spin(el[0])
  $.get('<%= alchemy.update_check_path %>', function(data, textStatus, jqXHR) {
    if (data == 'true') {
      $('#update_available').removeClass("hidden")
    } else {
      $('#up_to_date').removeClass("hidden")
    }
  }).fail(function(jqXHR, textStatus, errorThrown) {
    $('#error').removeClass("hidden")
  }).always(function() {
    spinner.stop()
  })
</script>
<% end %>
<%= render_message do %>
  <p><%= Alchemy.t('Alchemy is open software and itself uses open software and free resources:') %></p>
  <ul>
    <li>
      <a href="http://rubyonrails.org" target="_blank">RubyOnRails</a>
    </li>
    <li>
      <a href="http://jquery.com" target="_blank">jQuery Javascript Library</a>
    </li>
    <li>
      <a href="http://jqueryui.com" target="_blank">jQuery UI Javascript GUI Library</a>
    </li>
    <li>
      <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE - Javascript WYSIWYG Editor</a>
    </li>
    <li>
      <a href="http://blueimp.github.io/jQuery-File-Upload/" target="_blank">jQuery File Upload</a>
    </li>
    <li>
      <a href="https://remixicon.com" target="_blank">Remix Icon</a>
    </li>
  </ul>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.2 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/admin/dashboard/info.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/admin/dashboard/info.html.erb