Jelajahi Sumber

update html

久保田隼基 7 tahun lalu
induk
melakukan
f83262ad38
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
           <input name="{{nameForIsTwitterEnabled}}" value="true" type="radio"
               {% if true === isTwitterEnabled %}checked{% endif %}> ON
               {% if true === isTwitterEnabled %}checked{% endif %}> ON
         </label>
         </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"
           <input name="{{nameForIsGitHubEnabled}}" value="false" type="radio"
               {% if !isGitHubEnabled %}checked{% endif %}> OFF
               {% if !isGitHubEnabled %}checked{% endif %}> OFF
         </label>
         </label>