Skip to content

Commit 53212f5

Browse files
committed
Added call to login for voting
1 parent 7d75575 commit 53212f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/view.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ <h2 class="title gold">Account details</h2><br />
134134
<h1 id="civilizationName"></h1>
135135
<h4 id="civilizationFocus"></h4>
136136
</div>
137+
<h3 class="logged-out" style="text-align: right; margin-right: 1rem;">only <span class="gold">logged in users</span> can<br/><span class="gold">vote</span> for this build order</h3>
137138
<h2 class="logged-in" style="text-align: right; margin-right: 1rem;">Vote:</h2>
138139
<h3 class="logged-in" style="text-align: right; margin-right: 1rem;"><a href="#" class="gold" id="upvote" onmouseover="this.style['text-decoration']='underline';" onmouseout="this.style['text-decoration']='none';">++ good build order</a><br/><a href="#" style="color:crimson" id="downvote" onmouseover="this.style['text-decoration']='underline';" onmouseout="this.style['text-decoration']='none';">---&nbsp;&nbsp;&nbsp;bad build order</a></h3>
139140
</div>

0 commit comments

Comments
 (0)