Sha256: 7e4b76d120fdc61c489d1a30f8355ac976565b1482711785f69e2fca6d236515
Contents?: true
Size: 645 Bytes
Versions: 117
Compression:
Stored size: 645 Bytes
Contents
.secondary-navigation %ul %li{ :class => "first #{active == 'index' ? "active" : ''}"}= link_to('List', url(:databags)) %li{ :class => (active == 'create' ? "active" : '')}= link_to('Create', url(:new_databag)) - if active != 'create' && active != 'index' %li{ :class => (active == 'show' ? "active" : '')}= link_to('Show', url(:databag, @databag_name)) %li{ :class => (active == 'edit' ? "active" : '')}= link_to('Edit', url(:edit_databag, @databag_name)) %li= link_to('Delete', url(:databag, @databag_name), :method => "delete", :confirm => "Really delete Databag #{@databag_name}? There is no undo.") .clear
Version data entries
117 entries across 117 versions & 1 rubygems