Author: tchemit Date: 2012-05-24 19:15:12 +0200 (Thu, 24 May 2012) New Revision: 3384 Url: http://chorem.org/repositories/revision/pollen/3384 Log: fixes #567: Wrong link in poll resume Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/resume.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/resume.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/resume.jsp 2012-05-24 17:12:47 UTC (rev 3383) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/resume.jsp 2012-05-24 17:15:12 UTC (rev 3384) @@ -65,7 +65,7 @@ </div> <div style="margin-top: 30px;"> <s:text name="pollen.label.pollRegisterPage"/> - <s:a namespace="/user" action="myPolls"> + <s:a namespace="/user" action="createdList"> <s:text name="pollen.common.myPolls"/> </s:a>. </div> \ No newline at end of file