<% content_for :tabbar_title do %> <%= @project.name %> <% end %> <%#= render_cell :project, :show, project: @project %> <%= render "shared/project_tabs" %>
Budget: <%= number_to_currency @category_budget %>
<%= render "shared/finishes/filter" %>
<% if project_collaborator_access? %> <%#= link_to fa_icon("plus-square", text: "Add Finish", class: "fa-fw"), [:new, @organization, @project, :finish] %> <% end %>
<%= render "shared/finishes/finishes" %> <%#= paginate @finishes %>