소스 검색

add gravatar link

Yuki Takei 9 년 전
부모
커밋
d42a528ee4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lib/views/me/index.html

+ 3 - 0
lib/views/me/index.html

@@ -104,6 +104,9 @@
             <h4>
               <input type="radio" name="imagetypeForm[isGravaterEnabled]" value="true" {% if user.isGravaterEnabled %}checked="checked"{% endif %}>
               <img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?s=24" /> Gravater
+              <a href="https://gravatar.com/">
+                <small><i class="fa fa-external-link" aria-hidden="true"></i></small>
+              </a>
             </h4>
           </div>