Skip to content

Commit aff34a5

Browse files
committed
2.1.4 now works, hooray, take away alert msg
1 parent 79517de commit aff34a5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 7 deletions
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>more</span></a>
132+
<a class="dropdown-toggle menu-item" data-toggle="dropdown" href="#"><span class="icon icon-star-16"></span>&nbsp;<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,12 +158,6 @@ _\%_____/\%_____/\%_____/\%_/ /\%___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>
167161
</ul>
168162
</div>
169163

0 commit comments

Comments
 (0)