This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/views/admin/sites/_update.html.erb

5 lines
122 B
Plaintext
Raw Normal View History

2011-08-23 11:40:49 +00:00
<% if @site.up_to_date? %>
2011-08-23 07:01:22 +00:00
<%= t('admin.up_to_date') %>
<% else %>
<%= link_to t(:update), site_update_path %>
<% end %>