theshell.ch/site/pages/cmd/basic/cd.html
maggicl 8b95e4141f css: Work on new style guidelines. Created layouts and author mechanism
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@36 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-05 20:03:04 +00:00

23 lines
472 B
HTML

---
layout: page
author: Joey Bevilacqua
title: CD
---
<p>The <code>cd</code> command is used to change directories</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Hello</li>
</ul>
{% highlight ruby linenos %}
def show
puts "Outputting a very lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong line"
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
end
{% endhighlight %}