projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Show the name of the profile field in Sone view.
[Sone.git]
/
src
/
main
/
resources
/
templates
/
noPermission.html
1
<%include include/head.html>
2
3
<h1><%= Page.NoPermission.Page.Title|l10n|html></h1>
4
5
<p><%= Page.NoPermission.Text.NoPermission|l10n|html></p>
6
7
<%include include/tail.html>