您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

error.erb 261B

1234567891011
  1. <div class="center">
  2. <h3>Something went wrong!</h3>
  3. <p>
  4. The site administrator has been notified but feel free to
  5. <%= external_link(
  6. 'http://board.vivalavinyl.com/message/create/reddwarf',
  7. 'send a PM'
  8. ) %>
  9. as well.
  10. </p>
  11. </div>