branch develop updated (521b88a -> 2e55b39)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 521b88a admin should be able to modify document (and its file) new 2e55b39 fix placeholders in questions : used project instead of question The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2e55b397871ee6fa691315ea36860cc6ef1764f7 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 30 11:13:22 2015 +0100 fix placeholders in questions : used project instead of question Summary of changes: coselmar-ui/src/main/webapp/views/questions/editquestion.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 2e55b397871ee6fa691315ea36860cc6ef1764f7 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 30 11:13:22 2015 +0100 fix placeholders in questions : used project instead of question --- coselmar-ui/src/main/webapp/views/questions/editquestion.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/editquestion.html b/coselmar-ui/src/main/webapp/views/questions/editquestion.html index c5f2ea2..43a7b2e 100644 --- a/coselmar-ui/src/main/webapp/views/questions/editquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/editquestion.html @@ -28,7 +28,7 @@ <div class="col-md-10"> <input type="text" class="form-control" name="title" ng-minlength="10" - placeholder="Question Title" + placeholder="Project Title" ng-model="question.title" required/> <p ng-show="questionForm.title.$invalid && !questionForm.title.$pristine" class="help-block">{{ 'question.message.requiredTitle' | translate }}</p> </div> @@ -98,7 +98,7 @@ <div class="col-md-10"> <textarea type="text" class="form-control" name="summary" rows="8" - placeholder="This summary can also be used to retrieve the question" + placeholder="This summary can also be used to retrieve the project" ng-model="question.summary" required/> <p ng-show="questionForm.summary.$invalid && !questionForm.summary.$pristine" -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm