mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
= form_for [@project, @merge_request], html: { class: "merge-request-form form-horizontal" } do |f|
|
||||
.row
|
||||
.col-sm-2
|
||||
.col-sm-10
|
||||
- if @repository.contribution_guide && !@merge_request.persisted?
|
||||
- contribution_guide_url = project_blob_path(@project, tree_join(@repository.root_ref, @repository.contribution_guide.name))
|
||||
.alert.alert-info
|
||||
Please review the
|
||||
%strong #{link_to "guidelines for contribution", contribution_guide_url}
|
||||
to this repository.
|
||||
|
||||
.merge-request-form-info
|
||||
= render 'projects/issuable_form', f: f, issuable: @merge_request
|
||||
.form-group
|
||||
|
||||
Reference in New Issue
Block a user