Merge pull request #237 from dmrenie/master
Fix 'View Full Commit History' link
This commit is contained in:
		| @@ -63,7 +63,10 @@ final class DiffusionRepositoryController extends DiffusionController { | |||||||
|     $all = phutil_tag( |     $all = phutil_tag( | ||||||
|       'a', |       'a', | ||||||
|       array( |       array( | ||||||
|         'href' => "/diffusion/{$callsign}/history/", |         'href' => $drequest->generateURI( | ||||||
|  |           array( | ||||||
|  |             'action' => 'history', | ||||||
|  |           )), | ||||||
|       ), |       ), | ||||||
|       'View Full Commit History'); |       'View Full Commit History'); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Evan Priestley
					Evan Priestley