Sha256: 66f5d5741df125fc6f2ce93c5e71aad0d0c97c3d5981949582f6b4040082fde2
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
%ul.list - deploys.each do |deploy| %li %a{:class => "#{'alert' if !deploy.was_successful}", :href => "/projects/#{project.name}/deploys/#{deploy.id}"}= "#{deploy.created_at.strftime('%m/%d/%Y | %H:%M:%S')}: deploy #{deploy.branch}#{' to ' + deploy.environment if deploy.environment}#{'/' + deploy.box if deploy.box} by #{deploy.user.email}"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deep_thought-0.2.1 | lib/deep_thought/views/history/index.haml |
deep_thought-0.1.1 | lib/deep_thought/views/history/index.haml |
deep_thought-0.1.0 | lib/deep_thought/views/history/index.haml |