On errors in history, renamed "more info" link to be "report this error" and on the error report form, changed heading from "Report this error" to "Report this error to Galaxy Team"

This commit is contained in:
Greg Von Kuster
2007-03-14 19:17:00 +00:00
parent a92f234e86
commit 224bd67cc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ pre
</pre>
#end if
<h2>Report this error</h2>
<h2>Report this error to Galaxy Team</h2>
<p>The Galaxy team regularly reviews errors that occur in the application.
However, if you would like to provide additional information (such as
+1 -1
View File
@@ -184,7 +184,7 @@ main();">
<div>Job is currently running</div>
#*<a href="delete?id=$data.id">delete</a> *#
#elif $data_state == "error"
<div>An error occurred running this job: <i>$data.display_info</i>, <a href="${h.url_for( controller='dataset', action='errors', id=$data.id )}" target="galaxy_main">more info</a></div>
<div>An error occurred running this job: <i>$data.display_info</i>, <a href="${h.url_for( controller='dataset', action='errors', id=$data.id )}" target="galaxy_main">report this error</a></div>
#*<a href="delete?id=$data.id">delete</a> *#
#else
<div>