Sha256: 9f97fe6983a82ac3dba0e670983b52c21405098d0f7a78e5ba55beef0f2526bc

Contents?: true

Size: 850 Bytes

Versions: 20

Compression:

Stored size: 850 Bytes

Contents

<tr id="tr_booking_<%= booking.id %>">

  <th scope="row" style="text-align: center;" class="hidden-sm hidden-xs">
    <%= serial_number(i) %>
  </th>

  <td class="display-link">
    <% if booking.new? || booking.unread? %>
      <%= link_to booking.name, booking_path(booking), remote: true, style: "font-weight:800;" %><br>
    <% else %>
      <%= link_to booking.name, booking_path(booking), remote: true %>
    <% end %>
    <%= link_to time_ago_in_words(booking.created_at) + " ago", booking_path(booking), remote: true, style: "color:chocolate;font-size:10px;" %>
    <%= display_readable_status(booking) %>
  </td>

  <td class="hidden-sm hidden-xs"><%= truncate booking.message, length: 30 %></td>

  <% if display_manage_links? %>
    <td class="action-links" style="width:15%"><%= display_readable_links(booking) %></td>
  <% end %>
</tr>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/bookings/_row.html.erb
dhatu-0.2.3 app/views/dhatu/bookings/_row.html.erb
dhatu-0.2.2 app/views/dhatu/bookings/_row.html.erb
dhatu-0.2.1 app/views/dhatu/bookings/_row.html.erb
dhatu-0.2.0 app/views/dhatu/bookings/_row.html.erb
dhatu-0.1.25 app/views/dhatu/bookings/_row.html.erb
dhatu-0.1.24 app/views/dhatu/bookings/_row.html.erb
dhatu-0.1.23 app/views/dhatu/bookings/_row.html.erb
dhatu-0.1.22 app/views/dhatu/bookings/_row.html.erb
dhatu-0.1.21 app/views/dhatu/bookings/_row.html.erb
dhatu-0.1.20 app/views/dhatu/bookings/_row.html.erb