summaryrefslogtreecommitdiffstats
path: root/templates/explore/organizations.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+1
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Cleaner UI for explore page (#1253) (#1255)Patrick G2017-03-151-28/+24
| | | | | | | * Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
* Resolved #296 (#324)Lunny Xiao2016-12-011-0/+2
| | | | | | * resolved #296 * Indentation fixed
* Merge all pagination-templates into 'base/paginate'Kim "BKC" Carlbäcker2016-11-071-1/+1
| | | | to reduce code-duplicity
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-011-0/+35
* Add ability to explore organizations * Use right icon for org explore links