mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 20:15:59 +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 =>
|
||||
<div class="box">
|
||||
<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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user