Skip to content

Commit

Permalink
fixes 'show link larger, no priority ticket'
Browse files Browse the repository at this point in the history
優先チケットが何もない場合、以下のリンク表示が
「優先チケット」の項目表示と同じフォントサイズになっていたのを
修正した。

自分のすべてのチケット | すべてのチケット

fixes #1
  • Loading branch information
ykws committed Mar 24, 2014
1 parent de5c31f commit ded528e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/my/blocks/_priority_issues.html.erb
@@ -1,4 +1,4 @@
<h3><%= l(:priority_issues) %>
<h3><%= l(:priority_issues) %></h3>

<%
open_issues = Issue.visible.open
Expand Down

0 comments on commit ded528e

Please sign in to comment.