Sha256: bda3fd33195cddb4c02d56f11918f35ad76ecf03e6efe18d4f05d37b11b55173
Contents?: true
Size: 573 Bytes
Versions: 10
Compression:
Stored size: 573 Bytes
Contents
% tasks.each do |task| {{ partial('task_results/_result', task: task) }} % end % if tasks.empty? <br> <br> <div id='well'> <h3>No results</h3> </div> <br> <br> % end <style> #well { aling: right; height: 50px; background: #F5F5F5; width: 600px; font-size: 20px; #font-style: oblique; color: #696969; text-align: center; padding: 0 20px; margin: 20px; display: flex; justify-content: center; /* align horizontal */ align-items: center; /* align vertical */ margin-right: auto; margin-left: auto; } </style>
Version data entries
10 entries across 10 versions & 1 rubygems