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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
6728edd6
Commit
6728edd6
authored
Nov 22, 2018
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .new-issue-link
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
69de3677
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+1
-2
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/mobile.scss
View file @
6728edd6
...
...
@@ -66,8 +66,7 @@
@include
media-breakpoint-down
(
sm
)
{
.page-title
{
.note-created-ago
,
.new-issue-link
{
.note-created-ago
{
display
:
none
;
}
}
...
...
app/views/projects/issues/show.html.haml
View file @
6728edd6
...
...
@@ -55,7 +55,7 @@
-
if
can_report_spam
=
link_to
'Submit as spam'
,
mark_as_spam_project_issue_path
(
@project
,
@issue
),
method: :post
,
class:
'd-none d-sm-none d-md-block btn btn-grouped btn-spam'
,
title:
'Submit as spam'
-
if
can_create_issue
=
link_to
new_project_issue_path
(
@project
),
class:
'd-none d-sm-none d-md-block btn btn-grouped
new-issue-link
btn-success btn-inverted'
,
title:
'New issue'
,
id:
'new_issue_link'
do
=
link_to
new_project_issue_path
(
@project
),
class:
'd-none d-sm-none d-md-block btn btn-grouped btn-success btn-inverted'
,
title:
'New issue'
,
id:
'new_issue_link'
do
New issue
.issue-details.issuable-details
...
...
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