Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcade210

Browse files
committed
new deployment
1 parent56f73e5 commitcade210

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 aboutcustomizing 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 aboutcustomizing 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 aboutcustomizing 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<spanclass="arrow":class="order('name')"></span></th>
136135
<th@click="sortBy('language', 'string')":class="{ active: sort_key == 'language' }">Language<spanclass="arrow":class="order('language')"></span></th>
137136
<thclass="text-right"@click="sortBy('created_at')":class="{ active: sort_key == 'created_at' }">Created at<spanclass="arrow":class="order('created_at')"></span></th>
@@ -143,8 +142,7 @@ <h3>Stars</h3>
143142
</tr>
144143
</thead>
145144
<tbody>
146-
<trv-for="(repo, idx) in repos_pushed":title="repo.description">
147-
<td>{{ idx + 1}}</td>
145+
<trv-for="repo in repos_pushed":title="repo.description">
148146
<td>
149147
<strong><av-bind:href="repo.html_url">{{ repo.name }}</a></strong>
150148
<iv-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 201902:11:26 </lastBuildDate>
6+
<lastBuildDate>Tue, 04 Jun 201912:47:34 </lastBuildDate>
77
<generator>Logya</generator>
88
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
99
<item>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp