Created
August 31, 2018 10:04
-
-
Save markuman/4508f4711e99cdddd2dfaa24f5e370bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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