diff options
Diffstat (limited to 'www/repos-style/files/patch-view_log.xsl')
-rw-r--r-- | www/repos-style/files/patch-view_log.xsl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/repos-style/files/patch-view_log.xsl b/www/repos-style/files/patch-view_log.xsl new file mode 100644 index 000000000000..4e1f7343f02b --- /dev/null +++ b/www/repos-style/files/patch-view_log.xsl @@ -0,0 +1,11 @@ +--- view/log.xsl.orig 2016-06-20 16:09:43 UTC ++++ view/log.xsl +@@ -25,7 +25,7 @@ limitations under the License. + + <!-- === repos style configuration === --> + <!-- static: absolute url to style application --> +- <xsl:param name="static">/repos-web/</xsl:param> ++ <xsl:param name="static">/repos-style/</xsl:param> + <!-- cssUrl: absolute url to css folder --> + <xsl:param name="cssUrl"><xsl:value-of select="$static"/>style/</xsl:param> + <!-- log viewer does not know the repository URL --> |