orbit-basic/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 %>