webapps.wiki: mark edit links and old revision links with rel="nofollow". Fixes #38
							parent
							
								
									b3a051d385
								
							
						
					
					
						commit
						c489f7a9f5
					
				| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
	<div class="navbar">
 | 
			
		||||
		<t:a t:href="$wiki/view" t:rest="title">Latest</t:a>
 | 
			
		||||
		| <t:a t:href="$wiki/revisions" t:rest="title">Revisions</t:a>
 | 
			
		||||
		| <t:a t:href="$wiki/edit" t:rest="title">Edit</t:a>
 | 
			
		||||
		| <t:a t:href="$wiki/edit" t:rest="title" rel="nofollow">Edit</t:a>
 | 
			
		||||
		| <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,7 @@
 | 
			
		|||
			<t:bind-each t:name="revisions">
 | 
			
		||||
				<tr>
 | 
			
		||||
					<td> <t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title" /></t:a> </td>
 | 
			
		||||
					<td> <t:a t:href="$wiki/revision" t:rest="id"><t:label t:name="date" /></t:a> </td>
 | 
			
		||||
					<td> <t:a t:href="$wiki/revision" t:rest="id" rel="nofollow"><t:label t:name="date" /></t:a> </td>
 | 
			
		||||
					<td> <t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /> </t:a></td>
 | 
			
		||||
					<td> <t:label t:name="description" /> </td>
 | 
			
		||||
					<td> <t:button class="link link-button" t:action="$wiki/rollback" t:for="id">Rollback</t:button> </td>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue