1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-29 10:36:48 +02:00
muflax65ngodyewp.onion/layouts/merged.erb
2012-05-25 20:12:50 +02:00

8 lines
245 B
Plaintext

<!-- has the item been merged with another? -->
<% if @item.merged? %>
<div id="merged">
<p><strong>Update:</strong> the content of this page <a href='<%= @item.merged_link %>'>has been merged with another</a>.
</p>
</div>
<% end %>