intercity/intercity-next

View on GitHub
app/views/env_vars/_restart_app.html.erb

Summary

Maintainability
Test Coverage
<div class="box">
  <%= button_to "Apply changes and restart app",  server_app_restarts_path(@app.server, @app), remote: true, class: "button is-fullwidth is-light", data: { disable_with: "Restarting..." }  %>
</div>