Sha256: 1565c71e1a50bfa339a6897b137511b56e9c222d9ff22eefe2171af900082455

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

xml.result do
  xml.postid @post.id
  xml.status @post.allows_comment?
  if @post.allows_comment?
    xml.message 'Disallow Comments'
  else
    xml.message 'Allow Comments'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 app/views/post/toggle_commentingxml.rxml
EliteJournal-1.9.401 app/views/post/toggle_commentingxml.rxml
EliteJournal-1.9.403 app/views/post/toggle_commentingxml.rxml
EliteJournal-1.9.480 app/views/post/toggle_commentingxml.rxml
EliteJournal-1.9.492 app/views/post/toggle_commentingxml.rxml