cem / gogs-sandstorm

Gogs for the Sandstorm platform
11 stars 8 forks source link

Link to submodule repo fails #14

Open alexander-vidoni opened 7 years ago

alexander-vidoni commented 7 years ago

Hi, thank you very much for packaging Gogs. I think there is a bug when navigating to a submodule.

reporduce:

Imagine there are two repos foo.git and bar.git

git clone GIT_URL/foo.git foo cd foo git submodule add GIT_URL/bar.git bar git add bar/ git commit -m "message" git push origin master

Now go to the Gogs grain and navigate to the foo.git then klick on the referenced bar.git link

Javascript console throws a lot of errors and chrome blocks loading links ("CPS" Warning).

It would be great if you could check this and upgrade the package. Thanks for your work.