Sha256: b1e3a7eaf470a47e82a3d4628ecc15cc164820d7058000510126eb7bd033d335

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

#secondary_nav
  = link_to @index.title.titleize, collection_url, :class => 'button current', :remote => true
  -collection.each do |page|
    = link_to page.index.title.titleize, page, :class => 'button secondary', :remote => true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sbdevcore-0.2.2 app/views/application/_secondary_nav.html.haml