Sha256: 068ab8ea42c4a03c97511b3676462e8a09a721fd0aab4b409e096c299e75a593

Contents?: true

Size: 236 Bytes

Versions: 6

Compression:

Stored size: 236 Bytes

Contents

.text-center.text-white


  h1 Pools

  #pools
    - @pools.each do |pool|
      == render pool
      br
      p
        = link_to "Show this pool", pool, class: "px-4 py-2 rounded bg-purple-500 hover_bg-purple-700 text-white"
      br

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
osbc-0.2.0 app/views/pools/index.html.slim
osbc-0.1.9 app/views/pools/index.html.slim
osbc-0.1.8 app/views/pools/index.html.slim
osbc-0.1.7 app/views/pools/index.html.slim
osbc-0.1.6 app/views/pools/index.html.slim
osbc-0.1.5 app/views/pools/index.html.slim