This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'develop' into standalone_develop
pull/313/head
yystopf
3 years ago
parent
f75e05bb84
e24921bba3
commit
e92588cf6d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/admins/feedbacks/_list.html.erb
+ 1
- 1
app/views/admins/feedbacks/_list.html.erb
View File
@@ -19,7 +19,7 @@
<td><%= feedback.created_at&.strftime('%Y-%m-%d %H:%M') %></td>
<td>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="<%= feedback.content%>">
<%= feedback.content.truncate(
3
0) %>
<%= feedback.content.truncate(
2
0) %>
</a>
</td>
<td class="action-container">
Write
Preview
Loading…
Cancel
Save