mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
Disables issue link and commit link in the markdown at README.md.
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
@readme.map { content =>
|
@readme.map { content =>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header">README.md</div>
|
<div class="box-header">README.md</div>
|
||||||
<div class="box-content">@helpers.markdown(content, repository, false, true, true)</div>
|
<div class="box-content">@helpers.markdown(content, repository, false, false, false)</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user