This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit 9beee43a9a8bf002b304d8c00d6bfa1acf5cba9e Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sun Aug 2 16:30:23 2015 +0200 add small documentation in UI --- bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp b/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp index 507d4da..bc4eec3 100644 --- a/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp +++ b/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp @@ -39,6 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </div> <s:actionerror/> <div class="formFrame fond"> + <div class="documentation"><s:text name="bow.sharedUserView.documentation"/></div> <s:a action="sharedUserEdit"><s:text name="bow.sharedUser.new" /></s:a> <ul> <s:iterator value="sharedUsers" var="sharedUser"> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.