Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MotherProject
/
FindMe.GG
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김성준
2019-11-24 01:23:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eadb36f34182fe092dbcf150a36f43af0bfc735a
eadb36f3
1 parent
00bc70de
MMR added
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
RUTROLL/views/index.ejs
RUTROLL/views/index.ejs
View file @
eadb36f
...
...
@@ -55,6 +55,32 @@
<
%= "point: " + (c_wins/c_losses*2).toFixed(2) %>
</strong>
</div>
<div
class=
"center"
>
<strong>
<
%= "추측 MMR:" %>
<
%if (c_tier=="SILVER") {%>
<
%="1200~1500"%>
<
%}%>
<
%if (c_tier=="GOLD") {%>
<
%="1500~1800"%>
<
%}%>
<
%if (c_tier=="PLATINUM") {%>
<
%="1800~2100"%>
<
%}%>
<
%if (c_tier=="DIAMOND") {%>
<
%="2100~2400"%>
<
%}%>
<
%if (c_tier=="MASTER") {%>
<
%="2400~2600"%>
<
%}%>
<
%if (c_tier=="GRANDMASTER") {%>
<
%="2600~2800"%>
<
%}%>
<
%if (c_tier=="CHALLENGER") {%>
<
%=">3000"%>
<
%}%>
</strong>
</div>
<
% for (var i=0; i
<c
_id
.
length-1
;
i
++){
%
>
<div
class=
"champImage"
>
<div
class=
"center"
>
...
...
Please
register
or
login
to post a comment