Add target=blank to menu url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user