소스 검색

fix(alerting): broken link

bergquist 9 년 전
부모
커밋
f3009dc23b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/features/alerting/partials/notifications_list.html

+ 1 - 1
public/app/features/alerting/partials/notifications_list.html

@@ -18,7 +18,7 @@
 		</thead>
 		<tr ng-repeat="notification in ctrl.notifications">
 			<td>
-				<a href="alerting/notification{{notification.id}}/edit">
+				<a href="alerting/notification/{{notification.id}}/edit">
 					{{notification.name}}
 				</a>
 			</td>