File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 73
73
// topic
74
74
// ===================
75
75
'create topic ' => 'Create topic ' ,
76
+
77
+
78
+
79
+ //
80
+ // timeline
81
+ // ===================
82
+ 'What \'s news ' => 'What \'s news ' ,
76
83
];
Original file line number Diff line number Diff line change 73
73
// topic
74
74
// ===================
75
75
'create topic ' => '发布话题 ' ,
76
+
77
+
78
+
79
+ //
80
+ // timeline
81
+ // ===================
82
+ 'What \'s news ' => '有什么新鲜事 ' ,
76
83
];
Original file line number Diff line number Diff line change 79
79
</div >
80
80
@endif
81
81
82
+ {{--
82
83
<div class="mb-2 text-right">
83
84
<!-- <a class="btn btn-default btn-xs"><i class="fa fa-heart" style="color:red;"></i></a> -->
84
85
<a style="font-size:1rem;" class="btn btn-default btn-xs" href="#"><i class="fa fa-comment" style="color:#333"></i></a>
85
86
</div>
87
+ --}}
86
88
87
89
<div class =" mb-2" style =" margin-bottom :1rem !important ;" >
88
90
{!! Form:: open (array (' url' => ' /timeline/store-comment' , ' method' => ' POST' )) ! !}
106
108
<li class =" media mb-3" >
107
109
<img class =" media-object d-flex align-self-start mr-3" src =" {{ $comment -> author -> avatar } }" >
108
110
<div class =" media-body" >
109
- <strong >{{ $comment -> author -> nickname } } : </strong >
111
+ <div >
112
+ <small class =" float-right text-muted" >{{ $comment -> created_at -> format (' h-d H:i' ) } } </small >
113
+ <strong >{{ $comment -> author -> nickname } } </strong >
114
+ </div >
110
115
{{ $comment -> content } }
111
116
</div >
112
117
</li >
You can’t perform that action at this time.
0 commit comments