2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #3487 from techAPJ/patch-1

UX: add space between location icon and text
This commit is contained in:
Régis Hanol 2015-05-18 09:21:39 +02:00
commit 269074f43e

View file

@ -67,7 +67,7 @@
<h3>{{model.title}}</h3> <h3>{{model.title}}</h3>
{{/if}} {{/if}}
<h3> <h3>
{{#if model.location}}{{fa-icon "map-marker"}}{{model.location}}{{/if}} {{#if model.location}}{{fa-icon "map-marker"}} {{model.location}}{{/if}}
{{#if websiteName}} {{#if websiteName}}
{{fa-icon "globe"}} {{fa-icon "globe"}}
{{#if linkWebsite}} {{#if linkWebsite}}