[hg] galaxy 3465: Fix comment and indentation.
details: http://www.bx.psu.edu/hg/galaxy/rev/0967cea77985 changeset: 3465:0967cea77985 user: jeremy goecks <jeremy.goecks@emory.edu> date: Tue Mar 02 12:32:44 2010 -0500 description: Fix comment and indentation. diffstat: templates/workflow/display.mako | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (16 lines): diff -r 69db124587e3 -r 0967cea77985 templates/workflow/display.mako --- a/templates/workflow/display.mako Tue Mar 02 12:10:43 2010 -0500 +++ b/templates/workflow/display.mako Tue Mar 02 12:32:44 2010 -0500 @@ -86,9 +86,9 @@ <%def name="render_item( workflow, steps )"> <% - # HACK: Rendering workflow steps requires that trans have a history; however, if a user's first visit to Galaxy is here, he won't have a history - # and an error will occur. To prevent this error, make sure user has a history. - trans.get_history( create=True ) + # HACK: Rendering workflow steps requires that trans have a history; however, if it's user's first visit to Galaxy is here, he won't have a history + # and an error will occur. To prevent this error, make sure user has a history. + trans.get_history( create=True ) %> <table class="annotated-item"> <tr><th>Step</th><th class="annotation">Description/Notes</th></tr>
participants (1)
-
Greg Von Kuster