You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/11/09 15:39:17 UTC

svn commit: r593544 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseViewResult.jsp

Author: evenisse
Date: Fri Nov  9 06:39:16 2007
New Revision: 593544

URL: http://svn.apache.org/viewvc?rev=593544&view=rev
Log:
[CONTINUUM-1472] Add back button in the "release view result" page

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseViewResult.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseViewResult.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseViewResult.jsp?rev=593544&r1=593543&r2=593544&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseViewResult.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseViewResult.jsp Fri Nov  9 06:39:16 2007
@@ -60,6 +60,7 @@
           </div>
         </ww:else>
       </p>
+      <input type="button" value="Back" onClick="history.go(-1)">
 
     </body>
   </ww:i18n>