def version
if @old_element.redacted? and not show_redactions?
render :text => "", :status => :forbidden
else
response.last_modified = @old_element.timestamp
def version
if @old_element.redacted? and not show_redactions?
render :text => "", :status => :forbidden
else
response.last_modified = @old_element.timestamp