My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 125 attachment: fix_for_new_role_view.diff (444 bytes)

1
2
3
4
5
6
7
8
9
10
11
Index: substruct/app/views/admin/roles/edit.rhtml
===================================================================
--- substruct/app/views/admin/roles/edit.rhtml (revision 141)
+++ substruct/app/views/admin/roles/edit.rhtml (working copy)
@@ -1,5 +1,5 @@
<div id="left">
-<% if @action_name == 'new' then %>
+<% if action_name == 'new' then %>
<%= form_tag :action=>"new" %>
<% else %>
<%= form_tag :action=>"edit", :id => @role.id %>
Powered by Google Project Hosting