Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박선진
/
FindMe.GG
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김성준
2019-11-28 23:08:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6163007ce95327eb673198d80fcc126e413f158
c6163007
1 parent
e8fc4306
Add picture
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
RUTROLL/views/index.ejs
RUTROLL/views/index.ejs
View file @
c616300
...
...
@@ -47,6 +47,7 @@
<table
class=
"basic"
>
<tbody>
<tr><td>
<img
src=
<%=c_imgtier%
>
width=120, height=120>
</td></tr>
<tr><td>
<
%= "Tier : " + c_tier + " " + c_rank + " / " + c_leaguePoint + "점"%>
</td></tr>
<tr><td>
<
%= "Win : " + c_wins + " / Lose : " + c_losses%>
</td></tr>
<tr><td>
<
%= "승률 : " + ((c_wins/(c_wins+c_losses))*100).toFixed(2) + "%" %>
</td></tr>
...
...
@@ -56,12 +57,7 @@
<br></br>
<div
class=
"center"
>
<strong>
<
%= "캐리력" %>
<
%= "point: " + (c_wins/c_losses*2).toFixed(2) %>
</strong>
</div>
<div
class=
"center"
>
<strong>
<
%= "로테이션 챔피언: " %>
...
...
Please
register
or
login
to post a comment