Merge pull request #8792 from MrPetovan/task/share-block-guid
[frio] Add local post link to share block when guid attribute is present
This commit is contained in:
commit
7fd2c00171
7 changed files with 42 additions and 23 deletions
|
@ -18,7 +18,15 @@
|
|||
</a>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="shared-wall-item-ago"><small><span class="shared-time">{{$posted}}</span></small></div>
|
||||
<div class="shared-wall-item-ago"><small>
|
||||
{{if $guid}}
|
||||
<a href="/display/{{$guid}}">
|
||||
{{/if}}
|
||||
<span class="shared-time">{{$posted}}</span>
|
||||
{{if $guid}}
|
||||
</a>
|
||||
{{/if}}
|
||||
</small></div>
|
||||
</div>
|
||||
<blockquote class="shared_content">{{$content nofilter}}</blockquote>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue