Skip to content
Snippets Groups Projects
Commit a72bdcca authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] website: add forgotten button type (btn-success) for link editor

parent aca18656
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,9 @@
<li>
<label class="btn btn-default">Basic<input value="btn-default" class="link-style" type="radio" name="link-style-type"/></label>
</li>
<li>
<label class="btn btn-success">Success<input value="btn-success" class="link-style" type="radio" name="link-style-type"/></label>
</li>
<li>
<label class="btn btn-primary">Primary<input value="btn-primary" class="link-style" type="radio" name="link-style-type"/></label>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment