Last active
December 13, 2015 17:09
-
-
Save SebAshton/4945674 to your computer and use it in GitHub Desktop.
Example of output of active admin inputs inside div blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<fieldset class="inputs"> | |
<legend> | |
<span> | |
This | |
</span> | |
</legend> | |
<ol> | |
<!--...--> | |
</ol> | |
</fieldset> | |
<fieldset class="inputs"> | |
<legend> | |
<span> | |
That | |
</span> | |
</legend> | |
<ol> | |
<!--...--> | |
</ol> | |
</fieldset> | |
<fieldset class="inputs"> | |
<legend> | |
<span> | |
Other | |
</span> | |
</legend> | |
<ol> | |
<!--...--> | |
</ol> | |
</fieldset> | |
</div> | |
<div> | |
<fieldset class="inputs"> | |
<legend> | |
<span> | |
This | |
</span> | |
</legend> | |
<ol> | |
<!--...--> | |
</ol> | |
</fieldset> | |
<fieldset class="inputs"> | |
<legend> | |
<span> | |
That | |
</span> | |
</legend> | |
<ol> | |
<!--...--> | |
</ol> | |
</fieldset> | |
<fieldset class="inputs"> | |
<legend> | |
<span> | |
Other | |
</span> | |
</legend> | |
<ol> | |
<!--...--> | |
</ol> | |
</fieldset> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment