work on home page, fix views & templates issues
This commit is contained in:
		@ -1,10 +1,4 @@
 | 
			
		||||
 | 
			
		||||
// @import './bulmacolors';
 | 
			
		||||
 | 
			
		||||
.navbar {
 | 
			
		||||
    box-shadow: 0em 0em 0.6em rgba(0, 0, 0, 0.4);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar .navbar-brand {
 | 
			
		||||
    padding-right: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -26,6 +26,10 @@ export default {
 | 
			
		||||
                    for(var tag of item.value.split(splitReg))
 | 
			
		||||
                        counts[tag.trim()] = (counts[tag.trim()] || 0) + 1;
 | 
			
		||||
            this.counts = counts;
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        onclick(event) {
 | 
			
		||||
            // TODO: row click => check checkbox
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user