estimancy/projestimate

View on GitHub
app/views/project_categories/edit.html.erb

Summary

Maintainability
Test Coverage
<h4 class="ui-widget">
  <b>
    <%= I18n.t(:edit_project_category, :value => @project_category.name) %>
  </b>
</h4>
<div>
  <%= render 'form' %>
</div>