mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user