Skip to content

Commit a9d9928

Browse files
author
Diego Hernandes
committed
User profile scapping
1 parent a52a2cd commit a9d9928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/users/profile.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="thread-summary">
1616
{{ $thread->author->thumbnail }}
1717
<div class="info">
18-
<h3><a href="{{ $thread->url }}">{{ $thread->subject }}</a></h3>
18+
<h3><a href="{{ $thread->url }}">{{{ $thread->subject }}}</a></h3>
1919
<ul class="meta">
2020
<li>postado {{ $thread->created_ago }}</li>
2121
<li>por <a href="{{ $thread->author->profileUrl }}">{{ $thread->author->name }}</a></li>
@@ -37,7 +37,7 @@
3737
<div class="thread-summary">
3838
{{ $reply->author->thumbnail }}
3939
<div class="info">
40-
<h3><a href="{{ $reply->url }}">Em resposta a: {{ $reply->thread->subject }}</a></h3>
40+
<h3><a href="{{ $reply->url }}">Em resposta a: {{{ $reply->thread->subject }}}</a></h3>
4141
<ul class="meta">
4242
<li>postado {{ $reply->created_ago }}</li>
4343
<li>por <a href="{{ $reply->author->profileUrl }}">{{ $reply->author->name }}</a></li>

0 commit comments

Comments
 (0)