Sha256: 55f0ec20294591f4b37bdf1efb386e5d3771e5af8b53d45bfc656e8e3771dc28
Contents?: true
Size: 443 Bytes
Versions: 9
Compression:
Stored size: 443 Bytes
Contents
<%- item = proc { |num, html| %|<li class="#{step == num ? "active" : "inactive"}">| + html + %|</li>| } -%> <ol id="email-signup-progress"> <%= item[1, p_("MultiAuth", "Input login info")] %> <%= item[2, p_("MultiAuth", "Confirm login info")] %> <%= item[3, p_("MultiAuth", "Pre-registration completed")] %> <%= item[4, p_("MultiAuth", "Registration confirmation")] %> <%= item[5, p_("MultiAuth", "Registration completed")] %> </ol>
Version data entries
9 entries across 9 versions & 2 rubygems