您的位置:首页 > 运维架构

内核编译时, 到底用make clean, make mrproper还是make distclean(转载)

2010-12-09 15:14 423 查看
I just made a breadcrumb for my site and put it in _content_page.html:
<% unless @page.home? %>
<ul id="breadcrumb">
<li><%= link_to "Home", root_url(:only_path => true) %> > </li>
<% [@page.ancestors, @page].flatten.collect do |p| %>
<li><%= link_to p.title, p.url %> <%= ">".html_safe unless p.id
== @page.id %></li>
<% end %>
</ul>
<% end %>
I'm wondering: Is there a better way to do this?
And, If I wanted to make this more reusable and add a page option in
the backend (Display Breadcrumb Yes/No) what would be the best
approach? Create a plugin?
Lastly, I'm falling in love with this CMS - Thank you sooo much!!!
Just working on my first site now but hoping it won't be too long
before I can contribute.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: