소스 검색

Add Terms link to the dahsboard

Gitote 7 년 전
부모
커밋
81550d58c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      templates/user/dashboard/dashboard.tmpl

+ 1 - 0
templates/user/dashboard/dashboard.tmpl

@@ -33,6 +33,7 @@
 					<div class="three wide column">
 						<div class="ui link list">
 							<a class="item" href="{{AppURL}}faq">FAQ</a>
+							<a class="item" href="{{AppURL}}tos">Terms</a>
 							<a class="item" href="https://status.gitote.in">Status</a>
 							<a class="item" href="{{AppURL}}security">Security</a>
 						</div>