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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
e486bbfd
Commit
e486bbfd
authored
Jul 06, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling
Used variable for icon color
parent
5fcf475b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
app/assets/stylesheets/framework/blank.scss
app/assets/stylesheets/framework/blank.scss
+5
-8
app/views/projects/issues/index.html.haml
app/views/projects/issues/index.html.haml
+3
-3
No files found.
app/assets/stylesheets/framework/blank.scss
View file @
e486bbfd
...
...
@@ -7,13 +7,6 @@
}
}
.blank-state-welcome-title
{
margin-top
:
0
;
margin-bottom
:
5px
;
font-size
:
24px
;
font-weight
:
normal
;
}
.blank-state
{
padding-top
:
20px
;
padding-bottom
:
20px
;
...
...
@@ -29,7 +22,7 @@
padding-bottom
:
20px
;
path
{
fill
:
#ccc
;
fill
:
$gray-darkest
;
}
}
...
...
@@ -45,3 +38,7 @@
margin-bottom
:
$gl-padding
;
font-size
:
15px
;
}
.blank-state-welcome-title
{
font-size
:
24px
;
}
app/views/projects/issues/index.html.haml
View file @
e486bbfd
...
...
@@ -26,7 +26,7 @@
=
render
"issues"
-
else
.blank-state.blank-state-welcome
%h2
.blank-state-welcome-title
%h2
.blank-state-
title.blank-state-
welcome-title
Welcome to GitLab Issues
%p
.blank-state-text
Code, test, and deploy together
...
...
@@ -36,7 +36,7 @@
%h3
.blank-state-title
You don't have any issues right now.
%p
.blank-state-text
Issues
is the best way to track you
project progress
Issues
are the best way to track your
project progress
-
if
can?
current_user
,
:create_issue
,
@project
=
link_to
new_namespace_project_issue_path
(
@project
.
namespace
,
@project
,
issue:
{
assignee_id:
@issuable_finder
.
assignee
.
try
(
:id
),
milestone_id:
@issuable_finder
.
milestones
.
try
(
:first
).
try
(
:id
)
}
),
class:
"btn btn-new"
,
title:
"New Issue"
,
id:
"new_issue_link"
do
=
link_to
new_namespace_project_issue_path
(
@project
.
namespace
,
@project
),
class:
"btn btn-new"
,
title:
"New Issue"
,
id:
"new_issue_link"
do
New Issue
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