1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bcb6e71eda61/ Changeset: bcb6e71eda61 User: dannon Date: 2013-05-06 21:49:37 Summary: Update worfklow_run to use the same styles as the tool pane 'Execute' button. Affected #: 1 file diff -r f10bc351f2ca97577a3a823dc4113f965164cbd5 -r bcb6e71eda61f77426af60cbc854231b00ecabc3 templates/webapps/galaxy/workflow/run.mako --- a/templates/webapps/galaxy/workflow/run.mako +++ b/templates/webapps/galaxy/workflow/run.mako @@ -504,6 +504,6 @@ <span id="new_history_input">named: <input type='text' name='new_history_name' value='${h.to_unicode( workflow.name )}'/></span></p> %endif -<input type="submit" name="run_workflow" value="Run workflow" /> +<input type="submit" class="btn btn-primary" name="run_workflow" value="Run workflow" /></form> %endif 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.