Skip to content

Commit

Permalink
Merge pull request #57 from FCC/feature/redirect-map-type
Browse files Browse the repository at this point in the history
remove slash
  • Loading branch information
bizui authored Feb 27, 2018
2 parents ca6772b + 1211aaa commit f8ea378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h1>Maps</h1>
{{/isIframe}}

{{#isRedirect map_type}}
<p class="card__title text-overflow"><a href="{{url.web}}/" title="{{map_title}}"><span>{{map_title}}</span></a></p>
<p class="card__title text-overflow"><a href="{{url.web}}" title="{{map_title}}"><span>{{map_title}}</span></a></p>
{{else}}
<p class="card__title text-overflow"><a href="{{map_id}}/" title="{{map_title}}"><span>{{map_title}}</span></a></p>
{{/isRedirect}}
Expand All @@ -232,7 +232,7 @@ <h1>Maps</h1>
<p class="card__subTitle text-overflow">{{map_subtitle}}</p>
<div class="card__desc">{{{map_desc}}}</div>
{{#isRedirect map_type}}
<a class="link-viewMore" href="{{url.web}}/">View more…</a></div>
<a class="link-viewMore" href="{{url.web}}">View more…</a></div>
{{else}}
<a class="link-viewMore" href="{{map_id}}/">View more…</a></div>
{{/isRedirect}}
Expand Down

0 comments on commit f8ea378

Please sign in to comment.