Sha256: de217a6fffc834c6b4543e7532d2e3090a8afec6b130265092586b7d843f60f6

Contents?: true

Size: 1.69 KB

Versions: 43

Compression:

Stored size: 1.69 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 pad" style="padding:60px .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>{{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

43 entries across 43 versions & 1 rubygems

Version Path
word-games-theme-0.6.4 _includes/section/xyzGroup.html
word-games-theme-0.6.3 _includes/section/xyzGroup.html
word-games-theme-0.6.2 _includes/section/xyzGroup.html
word-games-theme-0.6.1 _includes/section/xyzGroup.html
word-games-theme-0.6.0 _includes/section/xyzGroup.html
word-games-theme-0.5.9 _includes/section/xyzGroup.html
word-games-theme-0.5.8 _includes/section/xyzGroup.html
word-games-theme-0.5.7 _includes/section/xyzGroup.html
word-games-theme-0.5.6 _includes/section/xyzGroup.html
word-games-theme-0.5.5 _includes/section/xyzGroup.html
word-games-theme-0.5.4 _includes/section/xyzGroup.html
word-games-theme-0.5.3 _includes/section/xyzGroup.html
word-games-theme-0.5.2 _includes/section/xyzGroup.html
word-games-theme-0.5.1 _includes/section/xyzGroup.html
word-games-theme-0.5.0 _includes/section/xyzGroup.html
word-games-theme-0.4.9 _includes/section/xyzGroup.html
word-games-theme-0.4.8 _includes/section/xyzGroup.html
word-games-theme-0.4.7 _includes/section/xyzGroup.html
word-games-theme-0.4.6 _includes/section/xyzGroup.html
word-games-theme-0.4.5 _includes/section/xyzGroup.html