Skip to content

Commit

Permalink
Merge branch 'section_10_4' into section_10_5
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Rappin committed Dec 1, 2012
2 parents 81eecd6 + 43848ee commit 3ba70ea
Showing 1 changed file with 5 additions and 1 deletion.
@@ -1,5 +1,9 @@
<div class="trip_header">
<a href="/trips/detail/{{id}}" class="detail_page_link">{{name}}</a>
<a href="/trips/detail/{{id}}"
class="detail_page_link"
id="detail_page_link_{{id}}">
{{name}}
</a>
</div>
<div class="trip_tag">{{tag_line}}</div>
<div class="trip_dates">{{startDateDisplay}} - {{endDateDisplay}}</div>
Expand Down

0 comments on commit 3ba70ea

Please sign in to comment.