<% if @allow_to_pull_request %>
<% if allow_pull_request(@project) && User.current.member_of?(@project) %> <%= link_to "创建Pull Request", new_project_pull_request_path, :class => "btn btn-green fr mr15 mt10" %> <% end %>
<%= render "pull_requests/pull_requests_list" %>
    <%= pagination_links_full @pages, @count, :per_page_links => false, :remote => @is_remote, :flag => true, :is_new => true%>
<% else %> <%= render :partial => "projects/no_data" %> <% end %>