mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	helpers.getBookmarkFromIndex
This commit is contained in:
		@@ -93,6 +93,10 @@
 | 
			
		||||
		return style.join(' ');
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	helpers.getBookmarkFromIndex = function(topic) {
 | 
			
		||||
		return (topic.index || 0) + 1;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	// Groups helpers
 | 
			
		||||
	helpers.membershipBtn = function(groupObj) {
 | 
			
		||||
		if (groupObj.isMember) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user