projects.html.erb 236 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 <div class="page-header"> <h1><%= @user.name %> Projects</h1> </div> <p> <%= link_to 'New Project', new_project_path, class: 'btn btn-primary' %> </p> <%= render partial: 'shared/project_list', locals: {projects: @user.projects} %>