Skip to content

Commit 79517de

Browse files
committed
sound the alarm
1 parent ace84f5 commit 79517de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
129129
<li class="first <%= active?(:players) %>"><a class="menu-item" target="_self" href="/players"><span>players</span></a></li>
130130
<li class="<%= active?(:matches) %>"><a class="menu-item" target="_self" href="/matches"><span>matches</span></a></li>
131131
<li class="dropdown">
132-
<a class="dropdown-toggle menu-item" data-toggle="dropdown" href="#"><span class="icon icon-star-16"></span>&nbsp;<span>more</span></a>
132+
<a class="dropdown-toggle menu-item" data-toggle="dropdown" href="#"><span>more</span></a>
133133
<ul class="dropdown-menu dropdown-menu-left">
134134
<li><p class="menuheader">Tools</p></li>
135135
<li><a href="/spending_skill_stats">Spending Skill Stats</a></li>
@@ -158,6 +158,12 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
158158
<% else %>
159159
<li><a class="menu-item" target="_self" href="/tour"><span>tour</span></a></li>
160160
<% end %>
161+
<li class="dropdown">
162+
<a class="dropdown-toggle menu-item" data-toggle="dropdown" href="#"><span style="color: #f00">alert</span></a>
163+
<ul class="dropdown-menu dropdown-menu-left">
164+
<li><p class="menuheader" style="font-weight: normal">We can't handle 2.1.4 replays yet. We're working with Blizzard on it. It might take a day or two. Thank you for your patience.</p></li>
165+
</ul>
166+
</li>
161167
</ul>
162168
</div>
163169

0 commit comments

Comments
 (0)