Yoginth 6 年之前
父節點
當前提交
2e25c999cc
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      templates/user/dashboard/dashboard.tmpl
  2. 0 1
      templates/user/profile.tmpl

+ 0 - 1
templates/user/dashboard/dashboard.tmpl

@@ -55,7 +55,6 @@
 								<a href="{{AppSubURL}}/{{.LoggedUser.Name}}">
 									{{.Owner.FullName}}
 									{{if .Owner.IsVerified}}<a class="poping up" target="_blank" href="/verified" data-content="Verified" data-variation="inverted tiny" data-position="right center"><i class="verified octicon octicon-verified"></i></a>{{end}}
-									{{if .Owner.IsStaff}}<a class="poping up" target="_blank" href="/jobs" data-content="Staff" data-variation="inverted tiny" data-position="right center"><i class="isstaff octicon octicon-tools"></i></a>{{end}}
 								</a>
 							</div>
 							<div class="meta">

+ 0 - 1
templates/user/profile.tmpl

@@ -11,7 +11,6 @@
 		{{if .Owner.FullName}}
 			<span class="mobile-name">{{.Owner.FullName}}</span>
 			{{if .Owner.IsVerified}}<a class="poping up" target="_blank" href="/verified" data-content="Verified" data-variation="inverted tiny" data-position="right center"><i class="verified octicon octicon-verified"></i></a>{{end}}
-			{{if .Owner.IsStaff}}<a class="poping up" target="_blank" href="/jobs" data-content="Staff" data-variation="inverted tiny" data-position="right center"><i class="isstaff octicon octicon-tools"></i></a>{{end}}
 		{{end}}
 		</div>
 		<div class="meta">