Sha256: 74eadb09d6c3a572eabcb9db4828c9c4fef8bd38aced613187c2dd3791d7f0c6

Contents?: true

Size: 236 Bytes

Versions: 14

Compression:

Stored size: 236 Bytes

Contents

.row
  .span1
    = link_to t(:new), new_resource_path, class: "btn btn-success"
  .span9
    = render :partial => "search" if searchable?
.row
  = render :partial => "index"
.row
  = paginate collection,  :theme => 'twitter-bootstrap'

Version data entries

14 entries across 5 versions & 1 rubygems

Version Path
vision-0.0.2 test/dummy/app/views/vision/posts/index.html.haml
vision-0.0.2 lib/generators/templates/resource/index.html.haml
vision-0.0.2 app/views/vision/resource/index.html.haml
vision-0.0.1 app/views/vision/resource/index.html.haml
vision-0.0.1 lib/generators/templates/resource/index.html.haml
vision-0.0.1 test/dummy/app/views/vision/posts/index.html.haml
vision-0.0.1.beta2 lib/generators/templates/resource/index.html.haml
vision-0.0.1.beta2 test/dummy/app/views/vision/posts/index.html.haml
vision-0.0.1.beta2 app/views/vision/resource/index.html.haml
vision-0.0.1.beta lib/generators/templates/resource/index.html.haml
vision-0.0.1.beta test/dummy/app/views/vision/posts/index.html.haml
vision-0.0.1.beta app/views/vision/resource/index.html.haml
vision-0.0.1.alpha1 lib/generators/templates/resource/index.html.haml
vision-0.0.1.alpha1 app/views/vision/resource/index.html.haml