5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
|
<% if @site.up_to_date %>
|
||
|
<%= t('admin.up_to_date') %>
|
||
|
<% else %>
|
||
|
<%= link_to t(:update), site_update_path %>
|
||
|
<% end %>
|