estimancy/projestimate

View on GitHub
app/views/projects/new.html.erb

Summary

Maintainability
Test Coverage
<h4 class="ui-widget">&nbsp;<i class="icon-plus icon-large"></i>&nbsp;
  <b><%= params[:is_model] ? I18n.t(:new_estimation_model) : I18n.t(:new_project) %></b>
</h4>
<div>
  <%= render 'form' %>
</div>