Re: [RoR ] layout的路徑
→
02/20 17:20,
02/20 17:20
→
02/20 17:21,
02/20 17:21
比較頭痛的問題出在這
<link href="/stylesheets/nthuee.css" rel="stylesheet" type="text/css" />
至於像圖片的部分我正逐漸用RoR的方法來處理... 例如
<div id="logo"> <%=link_to image_tag("site_logo.png", :border=>0),
:controller=>"opening", :action=>"index" %>
或者文字連結則改成
<div id="footerLink"><%= link_to "關於",
:controller=>"about",:action=>"index" %> <%= link_to "聯絡我們",
:controller=>"about", :action=>"contactus" %> <%= link_to "網站地圖",
:controller=>"about", :action=>"sitemap" %></div>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 221.169.5.190
討論串 (同標題文章)
Ruby 近期熱門文章
PTT數位生活區 即時熱門文章