ability to make trace public

This commit is contained in:
Steve Coast 2007-04-07 17:14:53 +00:00
parent bc49dab4a8
commit a9e1c229d2
2 changed files with 19 additions and 2 deletions

View file

@ -17,3 +17,10 @@
<% end %>
</td></tr>
</table>
<% unless @trace.public? %>
<br /><br />
<%= start_form_tag :controller => 'trace', :action => 'make_public', :id => @trace.id%>
<%= submit_tag 'Make this track public permanently' %>
<%= end_form_tag %>
<% end %>