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
6732f3fd
Commit
6732f3fd
authored
Mar 29, 2018
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing end keyword
parent
ea4bf67a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/controllers/projects/milestones_controller.rb
app/controllers/projects/milestones_controller.rb
+1
-0
app/views/layouts/nav/sidebar/_project.html.haml
app/views/layouts/nav/sidebar/_project.html.haml
+1
-3
No files found.
app/controllers/projects/milestones_controller.rb
View file @
6732f3fd
...
...
@@ -46,6 +46,7 @@ class Projects::MilestonesController < Projects::ApplicationController
if
@project
.
feature_available?
(
:burndown_charts
,
current_user
)
&&
@project
.
feature_available?
(
:issue_weights
,
current_user
)
@burndown
=
Burndown
.
new
(
@milestone
)
end
respond_to
do
|
format
|
format
.
html
...
...
app/views/layouts/nav/sidebar/_project.html.haml
View file @
6732f3fd
...
...
@@ -239,14 +239,12 @@
=
sprite_icon
(
'disk'
)
%span
.nav-item-name
Registry
<
<<<<<<
HEAD
%ul
.sidebar-sub-level-items.is-fly-out-only
=
nav_link
(
controller:
%w[projects/registry/repositories]
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
project_container_registry_index_path
(
@project
)
do
%strong
.fly-out-top-item-name
#{
_
(
'Registry'
)
}
==
=====
>
>>>>>> upstream/master
-
if
project_nav_tab?
:wiki
=
nav_link
(
controller: :wikis
)
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