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/index.html.erb

7 lines
261 B
Plaintext
Raw Normal View History

2011-08-18 05:43:33 +00:00
<% if @site && @site.registered? %>
registered
<% else %>
2011-08-22 06:01:51 +00:00
<%= link_to 'register', "http://#{APP_CONFIG['store_ip']}/user/sites/register?" +
2011-08-18 05:43:33 +00:00
{:site => {:school => @site.school, :department => @site.department}}.to_query,
:target => '_blank' %>
<% end %>