How can I do something like this in HAML (within Rails app such that it matters)?
<li><a href="#" title="Meet the Team"><strong>Team <em>16 members</em></strong></a></li>
Edit: how also to do it with link_to and a route of pages_team?
|
How can I do something like this in HAML (within Rails app such that it matters)?
Edit: how also to do it with |
||||
|
|
or
|
|||||
|
|
The basic method would look like this...
|
|||||||||||
|
|
I believe the best way to do this is:
Using haml and rails syntax together |
|||
|
|
|
There is a very simple method available in Haml and Rails, here it is:
|
||||
|
|