You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
216 B

  1. - content_for :page_title do
  2. = @jump_url
  3. .grid
  4. .column-0
  5. .box-widget
  6. .rich-formatting
  7. %h2= '将前往:'
  8. %h4= link_to @jump_url, @jump_url
  9. .column-1
  10. = render 'application/sidebar'