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
dad163b7
Commit
dad163b7
authored
Sep 07, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style project milestones page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
183562bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/index.html.haml
+14
-11
No files found.
app/views/projects/milestones/index.html.haml
View file @
dad163b7
-
page_title
"Milestones"
.pull-right
-
if
can?
current_user
,
:admin_milestone
,
@project
=
link_to
new_namespace_project_milestone_path
(
@project
.
namespace
,
@project
),
class:
"pull-right btn btn-new"
,
title:
"New Milestone"
do
%i
.fa.fa-plus
New Milestone
=
render
'shared/milestones_filter'
.gray-content-block
.pull-right
-
if
can?
current_user
,
:admin_milestone
,
@project
=
link_to
new_namespace_project_milestone_path
(
@project
.
namespace
,
@project
),
class:
"pull-right btn btn-new"
,
title:
"New Milestone"
do
%i
.fa.fa-plus
New Milestone
.oneline
Milestone allows you to group issues and set due date for it
.milestones
.panel.panel-default
%ul
.well-list
=
render
@milestones
%ul
.content-list
=
render
@milestones
-
if
@milestones
.
blank?
%li
.nothing-here-block
No milestones to show
-
if
@milestones
.
blank?
%li
.nothing-here-block
No milestones to show
=
paginate
@milestones
,
theme:
"gitlab"
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