Skip to content

Commit

Permalink
Temporarily hide submissions
Browse files Browse the repository at this point in the history
Change-Id: Ie05f9f749c36cbd5b88a15b1807fb62f072a0041
  • Loading branch information
avsej committed Dec 5, 2012
1 parent 303c479 commit 85d32d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/views/beers/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<%= content_tag(:tbody, :id => "lookup_table", :data => {:url => beers_path(:format => :json), :start_key => @last_key} ) do %>
<% @beers.each do |beer| %>
<tr>
<td><%= link_to beer.key, beer_path(beer) %></td>
<td><%= link_to beer.name, beer_path(beer) %></td>
<td><%= beer.abv %></td>
</tr>
<% end %>
Expand Down
34 changes: 17 additions & 17 deletions app/views/dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@
<h1>Hello, <%= current_user.name %></h1>
</div>
<div class="row">
<div class="span5">
<h3>Submissions</h3>
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Name</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem</td>
<td>Ipsum</td>
</tr>
</tbody>
</table>
</div>
<div class="span5">
<h3>Favourites</h3>
<table class="table table-bordered table-striped table-hover">
Expand All @@ -39,5 +22,22 @@
</tbody>
</table>
</div>
<%# <div class="span5">%>
<%# <h3>Submissions</h3>%>
<%# <table class="table table-bordered table-striped table-hover">%>
<%# <thead>%>
<%# <tr>%>
<%# <th>Name</th>%>
<%# <th>Date</th>%>
<%# </tr>%>
<%# </thead>%>
<%# <tbody>%>
<%# <tr>%>
<%# <td>Lorem</td>%>
<%# <td>Ipsum</td>%>
<%# </tr>%>
<%# </tbody>%>
<%# </table>%>
<%# </div>%>
</div>
</section>

0 comments on commit 85d32d3

Please sign in to comment.