Add target=blank to menu url

This commit is contained in:
Ben Ramey
2014-04-16 23:04:33 -05:00
parent 3ded2ab583
commit 45b1a665e2

View File

@@ -9,7 +9,7 @@ block interiorcontent
div(ng-show='show')
p Hi {{ invitee.name }}! You are all going to {{ run.restaurant }}.
span(ng-show='showMenuUrl') Here is the
a(href='{{ run.menuUrl }}') menu.
a(href='{{ run.menuUrl }}',target="_blank") menu.
form.form.create-order-form(role='form')
div.form-group