|
@@ -13,7 +13,7 @@
|
|
|
{% if true === isTwitterEnabled %}checked{% endif %}> ON
|
|
{% if true === isTwitterEnabled %}checked{% endif %}> ON
|
|
|
</label>
|
|
</label>
|
|
|
<label class="btn btn-default btn-rounded btn-outline {% if !isTwitterEnabled %}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="{{nameForIsTwitterEnabled}}" value="false" type="radio"
|
|
|
{% if !isGitHubEnabled %}checked{% endif %}> OFF
|
|
{% if !isGitHubEnabled %}checked{% endif %}> OFF
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|