@ -0,0 +1 @@
rvm ree@galm
@ -13,11 +13,11 @@
<%- flash.each do |name, msg| -%>
<%= content_tag :div, msg, :id => "flash_#{name}" %>
<%- end -%>
<%- if show_title? -%>
<h1><%=h yield(:title) %></h1>
<%= yield %>
</div>
</body>
@ -1,6 +1,12 @@
<% title "Load List" %>
<table class="listing" cellspacing="0">
<tr>
<col class="load_number" />
<col class="date"/>
<col />
<th>Number</th>
<th>End Date</th>
<th>Start Point</th>
@ -34,9 +34,14 @@
width: 2em;
text-align: right;
}
.listing .load_number {
width: 4em;
padding-right: 0.25em;
.listing .name {
width: 6em;
.listing .street {