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 43 attachment: edit.rhtml (661 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div id="left">
<h1><%= @title %></h1>
<ul class="navigation secondary">
<li><a href="/admin/promotions/list/">Back to Promotion List</a></li>
</ul>
<%= form_tag :action => 'update', :id => @promotion %>
<%= render(:partial => 'form') %>
<div class="line">&nbsp;</div>

<div style="float:right;">
<%= link_to 'Delete This Promotion', {:action => 'destroy', :id => @promotion}, :class => 'action', :confirm => 'Are you sure?', :post => true %>
</div>
<p>
<%= submit_tag "Save This Promotion", :class => 'button hundred' %>
</p>
</form>
</div>

<div id="right">
<%= render :partial => 'help' %>
</div>
<div class="clear">&nbsp;</div>
Powered by Google Project Hosting