Sha256: 7e48d53d25f3005dd72c444b621652646791120346b9d862dbca9a13885a730f

Contents?: true

Size: 1002 Bytes

Versions: 24

Compression:

Stored size: 1002 Bytes

Contents

<% if show_html_view_dropdown? %>
  <div class="diff-view-by diff-view-html" style="margin-left: 0;">
    <div class="diff-view-by__dropdown">
      <span class="diff-view-by__text">
        <%= t("versions.dropdown.choose_diff_view_html") %>
      </span>

      <ul class="dropdown menu" data-dropdown-menu>
        <li class="is-dropdown-submenu-parent">
          <a id="diff-view-selected">
            <%= t("versions.dropdown.option_unescaped") %>
          </a>

          <ul class="menu">
            <li>
              <%= link_to "#unescaped-html", class: "diff-view-html", id:"unescaped-html" do %>
                <%= t("versions.dropdown.option_unescaped") %>
              <% end %>
            </li>

            <li>
              <%= link_to "#escaped-html", class: "diff-view-html", id:"escaped-html" do %>
                <%= t("versions.dropdown.option_escaped") %>
              <% end %>
            </li>
          </ul>
        </li>
      </ul>
    </div>
  </div>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
decidim-core-0.26.0 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.26.0.rc2 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.26.0.rc1 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.2 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.1 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.0 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.0.rc4 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.0.rc3 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.0.rc2 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.25.0.rc1 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.24.3 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.23.6 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.24.2 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.23.5 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.24.1 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.24.0 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.24.0.rc2 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.23.4 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.24.0.rc1 app/cells/decidim/diff/diff_mode_html.erb
decidim-core-0.23.3 app/cells/decidim/diff/diff_mode_html.erb