Sha256: e27857cb9ac0cc7e9f20bbdde4f1c6f24739bb66551683c44ad562b27034bb53

Contents?: true

Size: 982 Bytes

Versions: 17

Compression:

Stored size: 982 Bytes

Contents

<h1 class="project-banner <%= @project.color %>">
  <small>Follow-up on</small> <%= @project.name %>
</h1>

<p class="followup-greeting"><%= @reporter.name %>,</p>

<p class="followup-narration followup-narration-customer">on <span class="detail date"><%= @antecedent.created_at %></span>, you took a call from</p>

<div class="followup-customer">
  <h3 class="followup-customer-name"><%= @customer.name %></h3>
  <dl class="followup-customer-info">
    <dt>Customer</dt><dd>1005783</dd>
    <dt>Email</dt><dd><%= mail_to "h.blaugh@juno.net" %></dd>
  </dl>
</div>

<p class="followup-narration followup-narration-notes">You recorded</p>

<div class="followup-notes">
  <%= @antecedent.notes %>
</div>

<ol class="followup-history">
  <li>&#9658; A ticket <%= link_to "[##{@ticket.number}]", @ticket.ticket_tracker_ticket_url %> was created for this on <span class="detail date"><%= @ticket.created_at %></span></li>
  <li>&#9658; The ticket was deployed today at 2:37pm</li>
</ol>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
houston-core-0.7.0 app/views/project_notification/follow_up.html.erb
houston-core-0.7.0.beta4 app/views/project_notification/follow_up.html.erb
houston-core-0.7.0.beta3 app/views/project_notification/follow_up.html.erb
houston-core-0.7.0.beta2 app/views/project_notification/follow_up.html.erb
houston-core-0.7.0.beta app/views/project_notification/follow_up.html.erb
houston-core-0.6.3 app/views/project_notification/follow_up.html.erb
houston-core-0.6.2 app/views/project_notification/follow_up.html.erb
houston-core-0.6.1 app/views/project_notification/follow_up.html.erb
houston-core-0.6.0 app/views/project_notification/follow_up.html.erb
houston-core-0.5.6 app/views/project_notification/follow_up.html.erb
houston-core-0.5.5 app/views/project_notification/follow_up.html.erb
houston-core-0.5.4 app/views/project_notification/follow_up.html.erb
houston-core-0.5.3 app/views/project_notification/follow_up.html.erb
houston-core-0.5.2 app/views/project_notification/follow_up.html.erb
houston-core-0.5.1 app/views/project_notification/follow_up.html.erb
houston-core-0.5.0 app/views/project_notification/follow_up.html.erb
houston-core-0.5.0.beta1 app/views/project_notification/follow_up.html.erb