Sha256: c6372af8d3809cc1bd9e40c511ca5aa40bb1115e1d573d15b60121e59f0bbaa9

Contents?: true

Size: 313 Bytes

Versions: 11

Compression:

Stored size: 313 Bytes

Contents

%h1 List of Data Sets

- unless BrickLayer.data_sets_standalones.blank?
  %ul
    - BrickLayer.data_sets_standalones.sort.each do |set|
      %li= link_to set.to_s.underscore.pluralize.titlecase, data_sets_path(:model => set.to_s.pluralize)
      %br
- else
  %p Currently no data sets are set in the config file.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
brick_layer-0.10.6 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.10.5 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.10.3 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.10.2 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.10.1 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.10.0 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.9.6 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.9.4 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.9.2 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.9.1 app/views/brick_layer/shared/_custom_data_sets_list.html.haml
brick_layer-0.9.0 app/views/brick_layer/shared/_custom_data_sets_list.html.haml