fix error
This commit is contained in:
parent
065bf51290
commit
d3001cd173
|
@ -13,7 +13,7 @@
|
|||
<td>
|
||||
<p>
|
||||
Active: <%=SiteConstruct.where(:hidden.ne=> true,:server_type => site_server.server_name,:status=>"finish").count %><br>
|
||||
Closed: <%=SiteConstruct.where(:hidden.ne=> true,server_type => site_server.server_name,:status=>"closed").count %><br>
|
||||
Closed: <%=SiteConstruct.where(:hidden.ne=> true,:server_type => site_server.server_name,:status=>"closed").count %><br>
|
||||
Not yet installed: <%=SiteConstruct.where(:hidden.ne=> true,:server_type => site_server.server_name,:status=>"").count %><br>
|
||||
Production: <%=SiteConstruct.where(:hidden.ne=> true,:server_type => site_server.server_name,:rails_env=>"production",:status=>"finish").count %><br>
|
||||
Development: <%=SiteConstruct.where(:hidden.ne=> true,:server_type => site_server.server_name,:rails_env.in=>["development",nil],:status=>"finish").count %><br>
|
||||
|
|
Loading…
Reference in New Issue