slim-lang

    0熱度

    1回答

    我擁有纖細的HTML .slide-1.bg-image.bg-pattern 和想要做的幻燈片幻燈片2,幻燈片-3的動態數量,通過紅寶石each IM嘗試做這樣的 [email protected]_with_index do |l,index | .slide-"#{index}".bg-image.bg-pattern 但有一個語法錯誤 如何正確設置?

    3熱度

    1回答

    我想實現我的苗條觀點引導酥料餅,但到目前爲止,它沒有工作: 這裏是我的苗條鑑於問題的一部分: td = tournament.subscriptions.count td data: {container: body, html: true, content: hello, toggle: popover, placement: top, trigger: hover, title: dispo

    0熱度

    1回答

    我有以下的超薄片段: a href = data.api.docs Clicky 什麼輸出是: <a href="https://docs.example.com/api">Clicky</a> 我想要的輸出是: <a href="https://docs.example.com/api#some-subsection">Clicky</a> 如何將#some-subsection附加到Sli

    2熱度

    2回答

    與形象的圖標標籤工作正常 =favicon_link_tag "favicon.png", rel: "shortcut icon", type: "image/png" 在同一時間,我無法找到一個解決方案,使在超薄 meta name="twitter:image" content="social-thumb.png" meta property="og:image" content="s

    2熱度

    1回答

    即時使用Rails中的表單助手,我需要一個text_area_tag「必需」,但我不知道該怎麼做。 = text_area_tag 'comment', nil, size: "25x1", required: 謝謝!

    1熱度

    1回答

    無法使鏈路與段落 p Lorem ipsum dolor sit amet, consectetur voluptates corporis a.link href='http://brndstr.com/' target='_blank' perspiciatis. 演示:http://codepen.io/anon/pen/xwwvGe

    2熱度

    1回答

    我必須渲染一個或一個條件,但是,苗條的縮進和「沒有明確的結束允許」的方式。 在這個簡化的代碼中,我想根據產品是否可用,將包含三個DIV的產品包裝在A或SPAN中。 - if available? a href=... - else span class="unavailable" .currency = @product.currency .price = @produc

    0熱度

    1回答

    當用戶將鼠標懸停在「.arrow IMG」: 我試圖隱藏/編輯DIV‘#第1頁’裏面的代碼,以便它是空白。 和編輯DIV「#第2頁」,因此,它的內碼「包括第2頁」 然而,到目前爲止,它只是將其作爲文本(印「包括第2頁」到頁面上) 。 我一直在嘗試.append,.appendTo,.html。 jQuery的文件: $(document).ready(function(){ $('.ar

    1熱度

    1回答

    我想弄清楚如何在slim(Rails 4)中設置動態類。這是我正在嘗試......基於我如何在erb中做到這一點。 li class="<%= 'current' if user.id == current_user.id %>"

    0熱度

    2回答

    我有表格,我用html顯示了這個表格的內容。每個顯示的記錄都有按鈕。我想發送按鈕單擊記錄的id到我的控制器的方法。我究竟做錯了什麼? my_controller.rb class MyController < ApplicationController skip_authorization_check def index @contacts = Mytable.all e