-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
增加精华帖连接 #1032
增加精华帖连接 #1032
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1032 +/- ##
=======================================
Coverage 98.47% 98.47%
=======================================
Files 131 131
Lines 5886 5886
=======================================
Hits 5796 5796
Misses 90 90
Continue to review full report at Codecov.
|
app/views/topics/_node_info.html.erb
Outdated
<a href="<%= main_app.popular_topics_path %>" data-turbolinks-action="replace"> 优质帖子</a> | ||
</li> | ||
<li class="<%= ' active' if action_name == 'excellent' %>"> | ||
<a href="<%= main_app.excellent_topics_path %>" data-turbolinks-action="replace"><i class="fa fa-diamond"></i> 精华帖</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
精华放前面
app/views/topics/_node_info.html.erb
Outdated
@@ -34,7 +34,10 @@ | |||
<a href="<%= main_app.topics_path %>" data-turbolinks-action="replace">默认</a> | |||
</li> | |||
<li class="<%= ' active' if action_name == 'popular' %>"> | |||
<a href="<%= main_app.popular_topics_path %>" data-turbolinks-action="replace"><i class="fa fa-diamond"></i> 优质帖子</a> | |||
<a href="<%= main_app.popular_topics_path %>" data-turbolinks-action="replace"> 优质帖子</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多了个空格
修改 优质帖子 与 精华帖 在 icon 上相同引起的误解