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:
commit
269074f43e
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue