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
8eeebf0d
Commit
8eeebf0d
authored
Feb 25, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate labels set from issues page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
a1b9b1d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/controllers/projects/labels_controller.rb
app/controllers/projects/labels_controller.rb
+1
-1
app/views/shared/_project_filter.html.haml
app/views/shared/_project_filter.html.haml
+6
-0
No files found.
app/controllers/projects/labels_controller.rb
View file @
8eeebf0d
...
...
@@ -13,7 +13,7 @@ class Projects::LabelsController < Projects::ApplicationController
def
generate
Gitlab
::
IssuesLabels
.
generate
(
@project
)
redirect_to
project_
label
s_path
(
@project
)
redirect_to
project_
issue
s_path
(
@project
)
end
protected
...
...
app/views/shared/_project_filter.html.haml
View file @
8eeebf0d
...
...
@@ -40,6 +40,12 @@
.pull-right
%i
.icon-remove
-
if
issue_label_names
.
empty?
.light-well
Add first label to your issues
%br
or
#{
link_to
'generate'
,
generate_project_labels_path
(
@project
),
method: :post
}
default set of labels
%fieldset
-
if
%w(state scope milestone_id assignee_id label_name)
.
select
{
|
k
|
params
[
k
].
present?
}.
any?
=
link_to
project_entities_path
,
class:
'cgray pull-right'
do
...
...
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