link to html history
This commit is contained in:
parent
bad57126c0
commit
449567e9a6
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ Deleted
|
|||
<% if obj.visible %>
|
||||
<li><%= link_to h("API"), :controller => type, :action => "read", :id => obj.id %></li>
|
||||
<% end %>
|
||||
<li><%= link_to h("History"), :controller => "old_" + type, :action => "history", :id => obj.id %></li>
|
||||
<li><%= link_to h("History"), :controller => "old_" + type, :action => "history", :id => obj.id %>
|
||||
(<%= link_to h("HTML"), :action => type+"_history", :id => obj.id %>)</li>
|
||||
</ul>
|
||||
<%= render :partial => 'common_editedby', :locals => { :obj => obj } %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue