Skip to content

Commit

Permalink
Merge pull request #129 from code4lib/issue126
Browse files Browse the repository at this point in the history
fixes issue #126
  • Loading branch information
phette23 authored Jan 26, 2020
2 parents 2204b01 + 26cb8e7 commit cf69244
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion general-info/venues/dinner.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ <h3>Restaurant List</h3>
<tr>
<td>
{% if restaurant.url != 'n/a' %}
<a href="{{restaurant.url}}">{{ restaurant.restaurant-name }}</a> <i tabindex="0" class="fas fa-question-circle fa-sm" data-toggle="tooltip" title="{{ restaurant.notes }} {{ restaurant.accessibility-notes }}"></i>
<a href="{{restaurant.url}}">{{ restaurant.restaurant-name }}</a>
{% else %}
{{ restaurant.restaurant-name }}
{% endif %}
{% if restaurant.notes or restaurant.accessibility-notes %}
<i tabindex="0" class="fas fa-question-circle fa-sm" data-toggle="tooltip" title="{{ restaurant.notes }} {{ restaurant.accessibility-notes }}"></i>
{% endif %}
</td>
<td>{{ restaurant.type-of-food }}</td>
<td>{{ restaurant.distance-from-hotel }}</td>
Expand Down

0 comments on commit cf69244

Please sign in to comment.