Sha256: fe7bbcfa53283633b249800337fa96f8f3f5ee54b7b1c6777ab70fcc60b9926c

Contents?: true

Size: 1.71 KB

Versions: 108

Compression:

Stored size: 1.71 KB

Contents

<style>
    table td {
        padding: 1.75rem !important;
        border-bottom: 1px solid #dee2e6;
        border: 0;
        margin-bottom: 10px;
        background: #FAFAFA;
        box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    }
</style>
<div class="row xyzPad" style="padding:0px .2rem 5rem .2rem">
    <div class=" col-md-12">
        <div class="wordCount">
            <strong>
                {{dataToShow.wordLength}}
            </strong>
        </div>
        <div class="main">
            {%- for scrabblewords in dataToShow.words-%}
            {%- for item in scrabblewords %}
            {%- if forloop.index == 1 -%}
            <div class="allGroupWords wordlistContainer" id="alpha_{{item.i}}">
                <div class="wordListHeading">
                    <h3 class="lead">{{item.i}} Letter Words</h3>
                </div>

                <div class="wordList">
                    <ul class="ul list-unstyled">
                        {%- for item in scrabblewords %}
                        {%- assign value = item.word -%}
                        <a class="anchor__style" title="Lookup python in Dictionary" target="_blank"
                            href="/word-meaning?search={{item.word}}">
                            <li class="list_word">{{item.word}}
                                <span class="points" value="14" style="position:relative; top:4px; font-size:12px">
                                    {{item.points}}</span>
                            </li>
                        </a>
                        {%- endfor -%}
                    </ul>
                </div>
            </div>
            {%- endif -%}
            {%- endfor -%}
            {%- endfor -%}
        </div>
    </div>
</div>

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
word-games-theme-3.2.7 _includes/section/xyzGroup.html
word-games-theme-3.2.6 _includes/section/xyzGroup.html
word-games-theme-3.2.5 _includes/section/xyzGroup.html
word-games-theme-3.2.4 _includes/section/xyzGroup.html
word-games-theme-3.2.3 _includes/section/xyzGroup.html
word-games-theme-3.2.2 _includes/section/xyzGroup.html
word-games-theme-3.2.1 _includes/section/xyzGroup.html
word-games-theme-3.1.9 _includes/section/xyzGroup.html
word-games-theme-3.1.8 _includes/section/xyzGroup.html
word-games-theme-3.1.7 _includes/section/xyzGroup.html
word-games-theme-3.1.6 _includes/section/xyzGroup.html
word-games-theme-3.1.5 _includes/section/xyzGroup.html
word-games-theme-3.1.4 _includes/section/xyzGroup.html
word-games-theme-3.1.3 _includes/section/xyzGroup.html
word-games-theme-3.1.2 _includes/section/xyzGroup.html
word-games-theme-3.1.1 _includes/section/xyzGroup.html
word-games-theme-3.1.0 _includes/section/xyzGroup.html
word-games-theme-3.0.9 _includes/section/xyzGroup.html
word-games-theme-3.0.8 _includes/section/xyzGroup.html
word-games-theme-3.0.7 _includes/section/xyzGroup.html