Explorar el Código

fix(alerting): broken link

bergquist hace 9 años
padre
commit
f3009dc23b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>