houston/houston-core

View on GitHub
app/views/configuration_error/_no_version_control.html.erb

Summary

Maintainability
Test Coverage
<div class="form-horizontal callout callout-banner">
  <div class="controls">
    <h3>No Version Control System specified for this project.</h3>
    <p><%= message %></p>
    <p><%= link_to "OK. Let me enter that now.", edit_project_path(@project, anchor: "version_control") %></p>
  </div>
</div>