Sha256: 47b9e0bbafea3438ae6d9b1804c5b69cd125e8e8b4407691646785e8892baa2f
Contents?: true
Size: 271 Bytes
Versions: 17
Compression:
Stored size: 271 Bytes
Contents
<% locale = tab_form.object.respond_to?(:locale) ? tab_form.object.locale : ::I18n.default_locale %> <div class="language-wrap" id="<%=locale%>_attributes_for_<%= tab.name %>" style="display:<%=locale == ::I18n.default_locale ? "block" : "none"%>"> <%=content %> </div>
Version data entries
17 entries across 17 versions & 1 rubygems