Explorar el Código

Merge branch '56-remove-emoji-in-username' into 'master'

Remove Emoji in username

Closes #56

See merge request gitote/gitote!2
Yoginth hace 6 años
padre
commit
b8b0e48b2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/user/profile.tmpl

+ 1 - 1
templates/user/profile.tmpl

@@ -118,7 +118,7 @@
 						{{end}}
 						<center>
 							<span class="username text center">
-								<i style="font-size:12px" class="menu-icon octicon">👨‍💻</i> {{.Owner.Name}} <i style="font-size:12px" class="menu-icon octicon">👨‍💻</i>
+								@{{.Owner.Name}}
 							</span>
 							{{if .IsAdmin}}
 								<a class="poping up" href="{{AppURL}}admin/users/{{.Owner.ID}}" data-content="Settings" data-variation="inverted tiny" data-position="right center">⚙️</a>