Sha256: a511f005939a3076659424525d5b930a1238e3ef017fe22f78a3d803a26614d7

Contents?: true

Size: 392 Bytes

Versions: 6

Compression:

Stored size: 392 Bytes

Contents

<div class="card">
  <div class="card-header">
    Featured task <span class="badge badge-dark">+ <%= "%.2f" % (@task.reward.to_f / 100) %>$ on completion</span>
  </div>
  <div class="card-body">
    <h5 class="card-title"><%= @task.title %></h5>
    <p class="card-text">
      <%= @task.briefing %>
    </p>
    <a href="#" class="btn btn-primary"><%= @task.cta_copy %></a>
  </div>
</div>

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/tasks/show.html.erb
mega-os-1.0.0 app/views/tasks/show.html.erb
jester-data-8.0.0 app/views/tasks/show.html.erb
ezii-os-5.2.1 app/views/tasks/show.html.erb
ezii-os-2.0.1 app/views/tasks/show.html.erb
ezii-os-1.1.0 app/views/tasks/show.html.erb