Sha256: 4370a2c6f9c185bb54c780bfa385a3b8220cb747ee9349aedcbf213e2b5bb8a0
Contents?: true
Size: 597 Bytes
Versions: 117
Compression:
Stored size: 597 Bytes
Contents
.secondary-navigation %ul %li{ :class => "first #{active == 'index' ? "active" : ''}"}= link_to('List', url(:databags)) %li{ :class => (active == 'create_item' ? "active" : '')}= link_to('Create Item', url(:new_databag_databag_item, :databag_id => @databag_name)) - if active != 'create' && active != 'index' %li{ :class => (active == 'show' ? "active" : '')}= link_to('Show', url(:databag, :id => params[:id])) %li= link_to('Delete', url(:databag, :id => params[:id]), :method => "delete", :confirm => "Really delete Databag #{params[:id]}? There is no undo.") .clear
Version data entries
117 entries across 117 versions & 1 rubygems