LoginSignup
2
3

More than 5 years have passed since last update.

Slim でURL をテキスト中に埋め込む方法

Posted at

Rails tutorial 5章で slimを使ってみようとしました。
テキスト中にURLを埋め込む方法がググッてもなかなか出てこなかったので、色々試行錯誤していました。
そうすると出来ました。

    h2
        | This is the Home page for the  
        = link_to "Ruby on Rails Tutorial", 'http://www.railstutorial.org/'

改行してインデントして、パイプを書くことがポイントみたいです。

2
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3