Sha256: b2c06f71c522ed96a0bb2319c81e770b634cb5fda594977919cfb668312bff64

Contents?: true

Size: 680 Bytes

Versions: 4

Compression:

Stored size: 680 Bytes

Contents

<div class="card <%= @color_scheme %>">
  <div class="card-body">
    <div class="row">
      <div class="col">
        <h1><%= @current_period %></h1>
      </div>
      <div class="col-auto">
        <p class="card-text text-end mb-0">
          <%= (@change_active_number > 0 ? "+" : "") + @change_active_number.to_s + " / " + @change_active_percent.to_s + "%" %> compared to last period.
        </p>
      </div><!-- .col -->
    </div><!-- .row -->
    <h4 class="card-text my-2"><strong> New Activity </strong> since <%= time_ago_in_words(@time_window.ago).titleize %> ago (<%= @time_window.ago.strftime("%m/%d/%Y") %>)</h4>
  </div><!-- .card-body -->
</div><!-- .card -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
matey-0.2.0 app/components/matey/new_activity_component.html.erb
matey-0.1.6 app/components/matey/new_activity_component.html.erb
matey-0.1.5 app/components/matey/new_activity_component.html.erb
matey-0.1.4 app/components/matey/new_activity_component.html.erb