Skip to content

Commit cade210

Browse files
committed
new deployment
1 parent 56f73e5 commit cade210

File tree

5 files changed

+6
-254
lines changed

5 files changed

+6
-254
lines changed

compiled/coder.js

Lines changed: 1 addition & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiled/front.js

Lines changed: 2 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiled/search.js

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ <h3>Stars</h3>
131131
<table>
132132
<thead>
133133
<tr>
134-
<th>#</th>
135134
<th @click="sortBy('name', 'string')" :class="{ active: sort_key == 'name' }">Name <span class="arrow" :class="order('name')"></span></th>
136135
<th @click="sortBy('language', 'string')" :class="{ active: sort_key == 'language' }">Language <span class="arrow" :class="order('language')"></span></th>
137136
<th class="text-right" @click="sortBy('created_at')" :class="{ active: sort_key == 'created_at' }">Created at <span class="arrow" :class="order('created_at')"></span></th>
@@ -143,8 +142,7 @@ <h3>Stars</h3>
143142
</tr>
144143
</thead>
145144
<tbody>
146-
<tr v-for="(repo, idx) in repos_pushed" :title="repo.description">
147-
<td>{{ idx + 1}}</td>
145+
<tr v-for="repo in repos_pushed" :title="repo.description">
148146
<td>
149147
<strong><a v-bind:href="repo.html_url">{{ repo.name }}</a></strong>
150148
<i v-if="repo.fork" class="fa fa-code-fork" aria-hidden="true" title="Forked Repository"></i>

rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<channel><title>RSS Feed</title>
44
<link>https://coderstats.net</link>
55
<description>RSS Feed</description>
6-
<lastBuildDate>Tue, 04 Jun 2019 02:11:26 </lastBuildDate>
6+
<lastBuildDate>Tue, 04 Jun 2019 12:47:34 </lastBuildDate>
77
<generator>Logya</generator>
88
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
99
<item>

0 commit comments

Comments
 (0)