commit/galaxy-central: jmchilton: Remove seemingly unused message cruft in workflow list_for_run.mako.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a8b8961827ec/ Changeset: a8b8961827ec User: jmchilton Date: 2014-12-08 16:02:03+00:00 Summary: Remove seemingly unused message cruft in workflow list_for_run.mako. Affected #: 1 file diff -r 222404d100db80657e22dbcc9b51147563b19973 -r a8b8961827ec2475a20748f5151bd96c49566e98 templates/webapps/galaxy/workflow/list_for_run.mako --- a/templates/webapps/galaxy/workflow/list_for_run.mako +++ b/templates/webapps/galaxy/workflow/list_for_run.mako @@ -2,19 +2,6 @@ <%def name="title()">Workflow home</%def> -%if message: -<% - try: - messagetype - except: - messagetype = "done" -%> -<p /> -<div class="${messagetype}message"> - ${message} -</div> -%endif - <h2>Your workflows</h2><ul class="manage-table-actions"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org