Skip to content

Instantly share code, notes, and snippets.

@neuman
Created March 10, 2015 21:42
Show Gist options
  • Save neuman/9fa3254436bf36deb1d4 to your computer and use it in GitHub Desktop.
Save neuman/9fa3254436bf36deb1d4 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-md-8">
<h2>{{ review.user.get_full_name }} <a class="subheading"> | {{ review.created_at | date }}</a></h2>
</div>
<div class="col-md-4 text-right">
<h2>{% include 'base/rating.html' with rating=location.get_average_rating %}</h2>
</div>
</div>
<p>{{ review.description }}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment