lib/gollum/templates/history_authors/gravatar.mustache in gollum-4.1.4 vs lib/gollum/templates/history_authors/gravatar.mustache in gollum-5.0.0
- old
+ new
@@ -1,5 +1,2 @@
-<a href="javascript:void(0)">
-<img src="https://secure.gravatar.com/avatar/{{gravatar}}?s=16"
- alt="avatar: {{author}}" class="mini-gravatar"/>
- <span class="username">{{author}}</span>
-</a>
+<img src="https://secure.gravatar.com/avatar/{{user_icon}}?s=20" class="mini-gravatar" onerror="brokenAvatarImage(this);" />
+ <a href="https://gravatar.com/{{user_icon}}">{{author}}</a>
\ No newline at end of file