Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
fsug.in
Commits
af899b4c
Commit
af899b4c
authored
Jul 05, 2017
by
Bady
Browse files
Fix location mapping
parent
1295ae25
Changes
1
Hide whitespace changes
Inline
Side-by-side
pug/templates/individual_event_page.pug
View file @
af899b4c
...
...
@@ -44,8 +44,11 @@ block content
h4.list-group-item-heading= evt.name
.list-group-item.separator
label= "LOCATION"
a(href="http://www.openstreetmap.org/?mlat=" + evt.lat + "&mlon=" + evt.lng + "&ref=FSCI")
h4.list-group-item-heading= evt.locationname
if (evt.lat != "" && evt.lng != "")
a(href="http://www.openstreetmap.org/?mlat=" + evt.lat + "&mlon=" + evt.lng + "&ref=FSCI")
h4.list-group-item-heading= evt.locationame
else
h4.list-group-item-heading= evt.locationame
.list-group-item.separator
label= "ORGANIZED BY"
h4.list-group-item-heading= evt.organizedby
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment