-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added status to user segment to keep track of where in the process of
calculating end user ids it is. Added edit segment and refresh segement to members controller.
- Loading branch information
Doug Youch
committed
May 24, 2010
1 parent
6c813ab
commit b452ae0
Showing
6 changed files
with
86 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<% admin_form_for :segment, @segment do |f| -%> | ||
<%= f.text_field :name %> | ||
<%= f.text_area :description, :rows => 3 %> | ||
<%= f.check_boxes :main_page, [['display on people page', true]], :single => true %> | ||
<%= f.text_area :segment_options_text, :rows => 8, :label => 'Operations' %> | ||
<%= f.spacer %> | ||
<%= f.cancel_submit_buttons 'Cancel', 'Save' %> | ||
<% end -%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters