We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8815bc9 + 6f37191 commit d8e7cbfCopy full SHA for d8e7cbf
datafiles/templates/Html/package-page.html.st
@@ -173,6 +173,11 @@
173
<td class="word-wrap">$package.maintainer$</td>
174
</tr>
175
176
+ <tr>
177
+ <th>Uploaded</th>
178
+ <td>$hackage.uploadTime$</td>
179
+ </tr>
180
+
181
$if(hackage.hasUpdateTime)$
182
<tr>
183
<th>Revised</th>
@@ -220,12 +225,6 @@
220
225
221
226
$endif$
222
227
223
- <tr>
224
- <th>Uploaded</th>
- <td>$hackage.uploadTime$</td>
- </tr>
-
228
229
$if(hackage.hasDistributions)$
230
231
<th>Distributions</th>
0 commit comments