Add Before and After search links to the photo sidebar.
This commit is contained in:
		
							parent
							
								
									fe88cdc413
								
							
						
					
					
						commit
						5fccf5548b
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -209,8 +209,10 @@ | ||||||
|             {% for album in albums %} |             {% for album in albums %} | ||||||
|             <li><a href="/album/{{album.id}}">{{album.display_name}}</a></li> |             <li><a href="/album/{{album.id}}">{{album.display_name}}</a></li> | ||||||
|             {% endfor %} |             {% endfor %} | ||||||
|         {% endif %} |  | ||||||
|         </ul> |         </ul> | ||||||
|  |         {% endif %} | ||||||
|  | 
 | ||||||
|  |         <a href="/search?created=-{{photo.created}}">←Before</a><span> | </span><a href="/search?created={{photo.created}}-">After→</a> | ||||||
|     </div> |     </div> | ||||||
|     <div id="message_area_bg"> |     <div id="message_area_bg"> | ||||||
|         <div id="message_area"> |         <div id="message_area"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue