Skip to content

Instantly share code, notes, and snippets.

@markuman
Created August 31, 2018 10:04
Show Gist options
  • Save markuman/4508f4711e99cdddd2dfaa24f5e370bd to your computer and use it in GitHub Desktop.
Save markuman/4508f4711e99cdddd2dfaa24f5e370bd to your computer and use it in GitHub Desktop.
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 6cac30040..308855a4f 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -43,6 +43,9 @@
{{end}}
{{end}}
<li><i class="octicon octicon-clock"></i> {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}</li>
+ {{if eq .Owner.Name "m"}}
+ <li><iframe src="https://commits.git.osuv.de/d-solo/j2qx-N2mk/commits?orgId=1&panelId=3&theme=light" width="250" height="200" frameborder="0"></iframe></li>
+ {{end}}
<li>
<i class="octicon octicon-person"></i>
<a href="{{.Owner.HomeLink}}/followers">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment