diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 18:29:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 18:30:03 +0900 |
| commit | 706f495e79ca8cadd0bcca3486d69bf82e6baaf4 (patch) | |
| tree | 19ea0b9d90c32a7a31309412529d64d18bfd71e6 /src/web | |
| parent | Update websocket (diff) | |
| download | misskey-706f495e79ca8cadd0bcca3486d69bf82e6baaf4.tar.gz misskey-706f495e79ca8cadd0bcca3486d69bf82e6baaf4.tar.bz2 misskey-706f495e79ca8cadd0bcca3486d69bf82e6baaf4.zip | |
:v:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/about/pages/license.pug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/about/pages/license.pug b/src/web/about/pages/license.pug index eb008a3caf..2d91a00f53 100644 --- a/src/web/about/pages/license.pug +++ b/src/web/about/pages/license.pug @@ -7,3 +7,9 @@ block content h1 ライセンス div!= license + + hr + + details + summary サードパーティ + div!= thirdpartyLicenses |