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.
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 %>
|