intercity/intercity-next

View on GitHub
app/views/servers/_status.html.erb

Summary

Maintainability
Test Coverage
<% if server.formatted_status == "up" %>
  Server is up
<% elsif server.formatted_status == "down" %>
  Server is down
<% elsif server.formatted_status == "setup_not_finished" %>
  Setup not finished
<% end %>