mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix the stuff I broke
This commit is contained in:
parent
b503394de0
commit
e5dd40c99c
@ -32,11 +32,11 @@ public class AuthoredFiles : ControllerBase
|
||||
<table>
|
||||
{{each $.files }}
|
||||
<tr>
|
||||
<td><a href='https://authored-files.wabbajack.org/{{@UrlEncode($.Definition.MungedName)}}'>{{$.Definition.OriginalFileName}}</a></td>
|
||||
<td><a href='https://authored-files.wabbajack.org/{{$.Definition.MungedName}}'>{{$.Definition.OriginalFileName}}</a></td>
|
||||
<td>{{$.HumanSize}}</td>
|
||||
<td>{{$.Definition.Author}}</td>
|
||||
<td>{{$.Updated}}</td>
|
||||
<td><a href='/authored_files/direct_link/{{@UrlEncode($.Definition.MungedName)}}'>(Slow) HTTP Direct Link</a></td>
|
||||
<td><a href='/authored_files/direct_link/{{$.Definition.MungedName}}'>(Slow) HTTP Direct Link</a></td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
|
@ -9,7 +9,6 @@ public static class NettleFunctions
|
||||
{
|
||||
public static INettleCompiler RegisterWJFunctions(this INettleCompiler compiler)
|
||||
{
|
||||
compiler.RegisterFunction(new UrlEncode());
|
||||
compiler.RegisterFunction(new Escape());
|
||||
return compiler;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user