Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
9c5edce1
Commit
9c5edce1
authored
Jul 30, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue error message layout
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6e69b4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
app/views/projects/issues/_form.html.haml
app/views/projects/issues/_form.html.haml
+10
-6
No files found.
app/views/projects/issues/_form.html.haml
View file @
9c5edce1
...
...
@@ -3,15 +3,19 @@
%hr
-
if
@repository
.
exists?
&&
!
@repository
.
empty?
&&
@repository
.
contribution_guide
&&
!
@issue
.
persisted?
-
contribution_guide_url
=
project_blob_path
(
@project
,
tree_join
(
@repository
.
root_ref
,
@repository
.
contribution_guide
.
name
))
.alert.alert-info.col-sm-10.col-sm-offset-2
=
"Please review the <strong>
#{
link_to
"guidelines for contribution"
,
contribution_guide_url
}
</strong> to this repository."
.
html_safe
.row
.col-sm-10.col-sm-offset-2
.alert.alert-info
=
"Please review the <strong>
#{
link_to
"guidelines for contribution"
,
contribution_guide_url
}
</strong> to this repository."
.
html_safe
=
form_for
[
@project
,
@issue
],
html:
{
class:
'form-horizontal issue-form'
}
do
|
f
|
-
if
@issue
.
errors
.
any?
.alert.alert-danger
-
@issue
.
errors
.
full_messages
.
each
do
|
msg
|
%span
=
msg
%br
.row
.col-sm-10.col-sm-offset-2
.alert.alert-danger
-
@issue
.
errors
.
full_messages
.
each
do
|
msg
|
%span
=
msg
%br
.form-group
=
f
.
label
:title
,
class:
'control-label'
do
%strong
=
'Title *'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment