Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e7707cd789dc
Commit
2a60b800
authored
Jul 30, 2015
by
Douwe Maan
Browse files
Fix Project
parent
afb77f71ba21
Changes
1
Show whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
e7707cd7
...
...
@@ -432,7 +432,7 @@ def avatar_url
if
avatar
.
present?
[
gitlab_config
.
url
,
avatar
.
url
].
join
elsif
avatar_in_git
[
gitlab_config
.
url
,
namespace_project_avatar_
path
(
namespace
,
self
)
].
join
Rails
.
application
.
routes
.
url_helpers
.
namespace_project_avatar_
url
(
namespace
,
self
)
end
end
...
...
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