summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.atom.builder
diff options
context:
space:
mode:
authorSteven Thonus <github@popl.nl>2013-10-06 20:13:56 +0200
committerSteven Thonus <github@popl.nl>2013-10-09 09:05:09 +0200
commit65cad57a35002a9fd168863ae8a4d7ca045fb938 (patch)
tree61227cc71fea23b8f75852cd92452e4f2fd47179 /app/views/projects/issues/index.atom.builder
parent358426d66164d720d793ea37bacb4fc331c30171 (diff)
downloadgitlab-ce-65cad57a35002a9fd168863ae8a4d7ca045fb938.tar.gz
avatar upload on profile page
Diffstat (limited to 'app/views/projects/issues/index.atom.builder')
-rw-r--r--app/views/projects/issues/index.atom.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/index.atom.builder b/app/views/projects/issues/index.atom.builder
index 00ddd4bf702..012ba235951 100644
--- a/app/views/projects/issues/index.atom.builder
+++ b/app/views/projects/issues/index.atom.builder
@@ -12,7 +12,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom", "xmlns:media" => "http://sear
xml.link :href => project_issue_url(@project, issue)
xml.title truncate(issue.title, :length => 80)
xml.updated issue.created_at.strftime("%Y-%m-%dT%H:%M:%SZ")
- xml.media :thumbnail, :width => "40", :height => "40", :url => gravatar_icon(issue.author_email)
+ xml.media :thumbnail, :width => "40", :height => "40", :url => avatar_icon(issue.author_email)
xml.author do |author|
xml.name issue.author_name
xml.email issue.author_email