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

9 lines
189 B
Plaintext
Raw Normal View History

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