Skip to content

Commit

Permalink
Updated the reviews box with margins
Browse files Browse the repository at this point in the history
  • Loading branch information
GBouffard committed Aug 13, 2015
1 parent 097182f commit 995054e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 617 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine|neon|fire-animation">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine|Architects+Daughter|neon|fire-animation">
<link rel="stylesheet" type="text/css" href="/css/reset.css">
<link rel="stylesheet" type="text/css" href="/css/yelp.css">
</head>
Expand Down
6 changes: 4 additions & 2 deletions app/views/restaurants/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
<div class='black-line'></div>
<% end %>
<li>
<%= review.thoughts %><br>
<%= review.rating %>
<div class='throughts' >
<%= review.thoughts %>
</div>
RATING: <%= review.rating %>
<span class="endorsements_count"> <%= review.endorsements.count %> </span> <%= 'endorsement'.pluralize(review.endorsements.count) %>
<%= link_to "Endorse Review", review_endorsements_path(review), class: 'endorsements-link' %>
<% if can? :destroy, review %>
Expand Down
2 changes: 1 addition & 1 deletion coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"result": {
"covered_percent": 84.76
"covered_percent": 100.0
}
}
Loading

0 comments on commit 995054e

Please sign in to comment.