소스 검색

update html

久保田隼基 8 년 전
부모
커밋
f83262ad38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/views/admin/widget/passport/twitter.html

+ 1 - 1
lib/views/admin/widget/passport/twitter.html

@@ -12,7 +12,7 @@
           <input name="{{nameForIsTwitterEnabled}}" value="true" type="radio"
               {% if true === isTwitterEnabled %}checked{% endif %}> ON
         </label>
-        <label class="btn btn-default btn-rounded btn-outline {% if !isGitHubEnabled %}active{% endif %}" data-active-class="default">
+        <label class="btn btn-default btn-rounded btn-outline {% if !isTwitterEnabled %}active{% endif %}" data-active-class="default">
           <input name="{{nameForIsGitHubEnabled}}" value="false" type="radio"
               {% if !isGitHubEnabled %}checked{% endif %}> OFF
         </label>