Sha256: a75e532d263cfecec8306dcc63850a62e91470496ec3d9b202dd6229c632974c
Contents?: true
Size: 602 Bytes
Versions: 3
Compression:
Stored size: 602 Bytes
Contents
<% if @state == :wait -%> <h2><%= _('Updating...') %></h2> <p><%= _('Please wait while the code is updated and the site restarts (page reloads every 30s).') %></p> <% elsif @state == :done -%> <h2><%= _('Up to date') %></h2> <p><%= _('Your site is running the latest version of zena.') %> (<%= Zena::VERSION %> r<%= @target_rev %>)</p> <% else -%> <h2><%= _('Update') %></h2> <p><%= sprintf(_('Your site is running rev %i, newest revision is %i.'), @current_rev, @target_rev) %></p> <p><%= link_to(_('Update'), :action => 'zena_up', :run => 'start', :rev => @target_rev) %></p> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zena-0.15.2 | app/views/sites/zena_up.html.erb |
zena-0.15.1 | app/views/sites/zena_up.html.erb |
zena-0.15.0 | app/views/sites/zena_up.html.erb |