ability to make trace public
This commit is contained in:
parent
bc49dab4a8
commit
a9e1c229d2
2 changed files with 19 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue