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
481f07e7
Commit
481f07e7
authored
Apr 10, 2017
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'file-view-container' into 'master'
Remove limited container on file view See merge request !10542
parents
6c7b4791
ea4cf005
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+3
-3
No files found.
app/views/projects/show.html.haml
View file @
481f07e7
...
...
@@ -13,7 +13,7 @@
=
render
"home_panel"
-
if
current_user
&&
can?
(
current_user
,
:download_code
,
@project
)
%nav
.project-stats
.limit-container-width
{
class:
container_class
}
%nav
.project-stats
{
class:
container_class
}
%ul
.nav
%li
=
link_to
project_files_path
(
@project
)
do
...
...
@@ -74,11 +74,11 @@
Set up auto deploy
-
if
@repository
.
commit
.limit-container-width
{
class:
container_class
}
%div
{
class:
container_class
}
.project-last-commit
=
render
'projects/last_commit'
,
commit:
@repository
.
commit
,
ref:
current_ref
,
project:
@project
.limit-container-width
{
class:
container_class
}
%div
{
class:
container_class
}
-
if
@project
.
archived?
.text-warning.center.prepend-top-20
%p
...
...
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