Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
commented out placeholder for calendar view on the reservation show p…
Browse files Browse the repository at this point in the history
…age, until we implement a calendar view #12
  • Loading branch information
Machiste Quintana committed Aug 3, 2012
1 parent f63c040 commit 45019ae
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions app/views/reservations/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="active"><a href="#date_range" data-toggle="tab">Date Range</a></li>
<li><a href="#calendar" data-toggle="tab">Calendar</a></li>
<%# <li><a href="#calendar" data-toggle="tab">Calendar</a></li> %>
</ul>

<div class="tab-content">
Expand All @@ -89,8 +89,6 @@
</ul>
<% end %>
<%# TODO: dynamically generate bar width, borrow from equipment_model show page %>
<%= content_tag :div, class: 'bar', style: "width: " << bar_progress_res do %>
<%= content_tag :span, reservation_length_in_words, style: bar_span_positioning_fix %>
<% end %>
Expand All @@ -109,9 +107,9 @@
</div>

</div>
<div id="calendar" class="tab-pane">
I'M GOING TO BE A CALENDAR !!!!!1111oneone
</div>
<%# <div id="calendar" class="tab-pane"> %>
<%# This will be our calendar view, whenever we add it. See issue #12. %>
<%# </div> %>
</div>
<hr>
</div>
Expand Down Expand Up @@ -177,7 +175,6 @@
</div>
</div>


<hr>
<%# NOTES %>
<div class="row">
Expand Down Expand Up @@ -205,4 +202,4 @@
class: 'btn btn-danger' %>
<% end %>
</div>
<% end %>
<% end %>

0 comments on commit 45019ae

Please sign in to comment.