summaryrefslogtreecommitdiffstats
path: root/app/views/roles
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-22 21:19:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-22 21:19:16 +0000
commite02068eb2a7c5fc00b00e824f342d8cebd4fff57 (patch)
tree42a2b79162747a9bd1dd034f51d2f539ec20d7df /app/views/roles
parenteea1878a3be46c8f7c80ac2d89c5957f50146218 (diff)
downloadredmine-e02068eb2a7c5fc00b00e824f342d8cebd4fff57.tar.gz
redmine-e02068eb2a7c5fc00b00e824f342d8cebd4fff57.zip
Removed some parentheses before arguments.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@469 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-rw-r--r--app/views/roles/workflow.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/workflow.rhtml b/app/views/roles/workflow.rhtml
index 2963d3dca..e8d614b0b 100644
--- a/app/views/roles/workflow.rhtml
+++ b/app/views/roles/workflow.rhtml
@@ -25,7 +25,7 @@
<% unless @tracker.nil? or @role.nil? %>
<div class="box">
- <% form_tag ({:action => 'workflow', :role_id => @role, :tracker_id => @tracker }, :id => 'workflow_form' ) do %>
+ <% form_tag({:action => 'workflow', :role_id => @role, :tracker_id => @tracker }, :id => 'workflow_form' ) do %>
<table>
<tr>
<td align="center"><strong><%=l(:label_current_status)%></strong></td>