<%= @request.description %>
请将新改动提交至源分支或者切换到其它目标分支
<% else %> <% if @request.state == "merged" %> <%= link_to @request.author.try(:username), user_path(get_user_by_login_and(@request.author.try(:username))), :class => "link-blue" %>于<%= time_tag(@request.created_at) %> 前合并改动已合并至<%= @request.target_branch %>
<% else %> <% if is_project_manager?(User.current.id, @project.id) %> <%= link_to "接受请求", accept_pull_request_project_pull_request_path(@request.id, :project_id => @project.id), :class => "BlueCirBtn", :remote => true %> <% end %> <% end %>