UrlHelper
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(UrlHelper);
*目次 [#f47d77e3]
#contents
*参考情報 [#yc9dcac9]
*link_to [#w2b4f4a1]
**引数 [#i9100653]
-[[ActionView::Helpers::UrlHelper:http://api.rubyonrails....
#pre{{
link_to(body, url, html_options = {})
# url is a String; you can use URL helpers like
# posts_path
link_to(body, url_options = {}, html_options = {})
# url_options, except :confirm or :method,
# is passed to url_for
link_to(options = {}, html_options = {}) do
# name
end
link_to(url, html_options = {}) do
# name
end
}}
*ボタン風のlink_toを使いたい [#rfe91e5c]
-button_toなんてのもあるみたいだけど、formを作ったりする...
-Twitter Bootstrapを使って、普通にlink_toを使い、:class=>...
終了行:
&tag(UrlHelper);
*目次 [#f47d77e3]
#contents
*参考情報 [#yc9dcac9]
*link_to [#w2b4f4a1]
**引数 [#i9100653]
-[[ActionView::Helpers::UrlHelper:http://api.rubyonrails....
#pre{{
link_to(body, url, html_options = {})
# url is a String; you can use URL helpers like
# posts_path
link_to(body, url_options = {}, html_options = {})
# url_options, except :confirm or :method,
# is passed to url_for
link_to(options = {}, html_options = {}) do
# name
end
link_to(url, html_options = {}) do
# name
end
}}
*ボタン風のlink_toを使いたい [#rfe91e5c]
-button_toなんてのもあるみたいだけど、formを作ったりする...
-Twitter Bootstrapを使って、普通にlink_toを使い、:class=>...
ページ名: