branch develop updated (e0308f6 -> 5ec515c)
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 e0308f6 #6656 light QuestionBean conversion does not convert parent internal-test new 5ec515c fixes #6667 : bad placement of tooltip in tab 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 5ec515c5983dae9c2c2e8abe729805d6cdfcaa9f Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Feb 13 15:39:57 2015 +0100 fixes #6667 : bad placement of tooltip in tab Summary of changes: coselmar-ui/src/main/webapp/views/questions/editquestion.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 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 5ec515c5983dae9c2c2e8abe729805d6cdfcaa9f Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Feb 13 15:39:57 2015 +0100 fixes #6667 : bad placement of tooltip in tab --- coselmar-ui/src/main/webapp/views/questions/editquestion.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/editquestion.html b/coselmar-ui/src/main/webapp/views/questions/editquestion.html index d53665f..549dc49 100644 --- a/coselmar-ui/src/main/webapp/views/questions/editquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/editquestion.html @@ -170,8 +170,10 @@ </thead> <tbody> <tr ng-repeat="parent in question.parents"> - <td tooltip-placement="bottom" tooltip-html-unsafe="{{parent.summary}}"> + <td> + <div tooltip-placement="bottom" tooltip-html-unsafe="{{parent.summary}}"> {{parent.title}} + </div> </td> <td>{{parent.submissionDate | date:'mediumDate'}}</td> <td><span ng-repeat="theme in parent.themes">{{theme}}, </span></td> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm