Diff {%s util.BeautifulName(h.Name) %} at {%s hash %}
{%s text %}
{% import "fmt" %} {% import "net/http" %} {% import "time" %} {% import "github.com/bouncepaw/mycorrhiza/cfg" %} {% import "github.com/bouncepaw/mycorrhiza/util" %} {% import "github.com/bouncepaw/mycorrhiza/user" %} {% import "github.com/bouncepaw/mycorrhiza/hyphae" %} {% import "github.com/bouncepaw/mycorrhiza/history" %} {% func PrimitiveDiffHTML(rq *http.Request, h *hyphae.Hypha, u *user.User, hash string) %} {% code text, err := history.PrimitiveDiffAtRevision(h.TextPath, hash) if err != nil { text = err.Error() } %} {%= NavHTML(rq, h.Name, "history") %}
{%s text %}
Subscribe via RSS, Atom or JSON feed.
Could not find any recent changes.
{% else %} {% for i, entry := range changes %} {% code y, m, d := entry.Time.UTC().Date() %} {% if d != day || m != month || y != year %}