Skip to content

Commit

Permalink
修改显示错误
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 12, 2015
1 parent 779cbcd commit 8fa1a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/tracelogs/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<% if log.gametype == 1 %>
<td>三筒</td>
<% elsif log.gametype == 2 %>
<td>顺子</td>
<td>同色</td>
<% elsif log.gametype == 3 %>
<td>同花</td>
<td>顺子</td>
<% else %>
<td>对子</td>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/traceresult/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $(document).ready(
<% if log.gametype == 1 %>
<td>三筒</td>
<% elsif log.gametype == 2 %>
<td>同花</td>
<td>同色</td>
<% elsif log.gametype == 3 %>
<td>顺子</td>
<% else %>
Expand Down

0 comments on commit 8fa1a91

Please sign in to comment.