summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-06 09:02:52 +0100
committerPhil Hughes <me@iamphill.com>2016-07-06 09:02:52 +0100
commite486bbfd34bc962ddc6e7a0433a5b0cce74603a7 (patch)
tree209bb4143103df62e3d4916a8eaceeb3e6de7924 /app/views/projects/issues/index.html.haml
parent5fcf475bc62651909dc5ddffac508f407781b082 (diff)
downloadgitlab-ce-e486bbfd34bc962ddc6e7a0433a5b0cce74603a7.tar.gz
Fixed spellingissues-blank-state
Used variable for icon color
Diffstat (limited to 'app/views/projects/issues/index.html.haml')
-rw-r--r--app/views/projects/issues/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml
index a4795cddf2a..312bd86ed04 100644
--- a/app/views/projects/issues/index.html.haml
+++ b/app/views/projects/issues/index.html.haml
@@ -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