Sha256: b8ef9a86e0004beab0879c363d895715d255056610e64ada12448c7450680c42

Contents?: true

Size: 878 Bytes

Versions: 2

Compression:

Stored size: 878 Bytes

Contents

<table>
  <thead>
    <tr>
      <td style="width: <%= guide_header_width %>%;">&nbsp;</td>
      <% @guide.times.each do |t| %>
        <th class="guide-time" style="width: <%= guide_header_width %>%;">
          <%= t.strftime '%l:%M' %>
        </th>
      <% end %>
    </tr>
  </thead>
  <tbody>
    <% @guide[:channels].each do |ch| %>
      <tr>
        <th class="guide-channel">
          <%= link_to ch[:channel].display_name, channel_path( ch[:channel] ) %>
        </th>
        <td colspan="<%= @guide.times.size %>">
          <% ch[:programs].each do |program| %>
            <div class="guide-program-ct" style="width: <%= '%.3f' % program.portion %>%;">
              <span class="guide-program">
                <%= program.display_name %>
              </span>
            </div>
          <% end %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
network_executive-0.0.8 app/views/network_executive/guide/index.html.erb
network_executive-0.0.7 app/views/network_executive/guide/index.html.erb