How can I put a sidebar_here?
Client
<% @clients.each do |client| %>
>
<%= client.name%>
<% end %>
How can I put a sidebar_here?
Client
<% @clients.each do |client| %>
>
<%= client.name%>
<% end %>
John S. said the following on 21/01/08 02:51 PM:
<% end %>
First, you need to have the CSS that supports the layout.
There are many sites which describe how this work.
Google is your friend here.
However you may also want to look at the method described in
“Modular Page Assembly in Rails”
http://www.railsdev.ws/blog/3/modular-page-assembly-in-rails/
which is also a good read on views, partials and an interesting way of
implementing ‘custom skins’
I would rather try to persuade a man to go along, because once I have
persuaded him he will stick. If I scare him, he will stay just as long
as he is scared, and then he is gone.
Dwight D. Eisenhower
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs