Worked on web frontend for project versions list

This commit is contained in:
Tim Shannon
2016-04-17 21:14:04 -05:00
parent d117c3e664
commit 5f26454adf
4 changed files with 19 additions and 8 deletions

View File

@ -86,7 +86,6 @@ func (ds *Store) Versions() ([]*Log, error) {
// capture the newest entry for each version
if l.Version != current {
l.Log = "" // only care about date, ver and stage
vers = append(vers, l)
current = l.Version
}