From d175cce955bd493f0893c2c1b59b95427d613182 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sun, 19 May 2013 23:24:30 +0100 Subject: [PATCH 01/10] Use identicons for unknown Gravatar emails --- app/views/api/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/_comment.html.erb b/app/views/api/_comment.html.erb index f8c57045..613f56f0 100644 --- a/app/views/api/_comment.html.erb +++ b/app/views/api/_comment.html.erb @@ -2,7 +2,7 @@
<% if comment.author_email %>
- <%= comment.author_name || 'Anonymous' %> From 0591c8aad2b24db56689da56f3264c80e2f15636 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sun, 16 Aug 2015 14:22:51 +0100 Subject: [PATCH 02/10] Identicon even for blank email address --- app/views/api/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/_comment.html.erb b/app/views/api/_comment.html.erb index 613f56f0..85e16d86 100644 --- a/app/views/api/_comment.html.erb +++ b/app/views/api/_comment.html.erb @@ -9,7 +9,7 @@
<% else %>
- <%= comment.author_name || 'Anonymous' %> From 115b6c401ccad3e8d58a8fc50918005d8638d578 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sun, 16 Aug 2015 14:23:12 +0100 Subject: [PATCH 03/10] Identicons in admin interface --- app/views/admin/comments/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/comments/_comment.html.erb b/app/views/admin/comments/_comment.html.erb index 5de5c49f..1e2a1041 100644 --- a/app/views/admin/comments/_comment.html.erb +++ b/app/views/admin/comments/_comment.html.erb @@ -3,7 +3,7 @@