slim-lang

    1熱度

    1回答

    我爲我的Rails應用程序使用slim-rails gem,並且在使用layouts/application.html.slim時遇到了一些麻煩。該文件是簡單的波紋管: html head title RailsProjetoBase = csrf_meta_tags = stylesheet_link_tag 'application', media: '

    0熱度

    1回答

    Rails 5.1 當我生成的初始應用,Rails的創造了一些默認佈局: app/views/layouts/application.html.erb app/views/layouts/mailer.html.erb app/views/layouts/mailer.text.erb 我想用超薄導軌寶石。該文檔說我需要做的就是將其包含在Gemfile中,並且我生成的任何視圖都將是.s

    0熱度

    1回答

    當編寫一個苗條的模板,我不能讓一個等號(=)在輸出展現出來,比如當我寫 a.btn class=["btn-lg", "col-xs-2"] This works 我看到輸出 <a class="btn btn-lg col-xs-2">This works</a> 然而,當我寫 a.btn class=["btn-lg", "col-xs-2"] = 輸出不顯示等號 <a class

    1熱度

    3回答

    渲染搭配修身/ Rails的降價: div.container div.row div.col-md-8.job_description markdown: = @listing.job_description 這只是呈現字符串 這是一個H1 H2 ## ### H3>這是一個報價* *你好再見foo (其中包含在實際的字符串)無換行符或任何

    1熱度

    1回答

    我有用Slim編寫的模板,我想用Ruby來使用它,但我在index.slim中有這些錯誤。 -content_panel_file = '_partials/content_panel_5' -content_box_file = '_partials/content_box_2' - menu_file = '_partials/menu_side' = rende

    0熱度

    1回答

    鑑於a really simple Sinatra application: require 'sinatra' require 'slim/include' get '/' do @specifically = %W(milk bread cheese).sample slim :home end 凡views/home.slim看起來是這樣的: doctype

    0熱度

    1回答

    後,我需要重定向到一個特定的項目在我的編輯頁面,我用重定向,但我不能添加#tab_id 這是我的源代碼: if @song.save flash[:notice] = I18n.t('message.success') #render action: 'edit' redirect_to edit_song_path(@song.id)#tablineT_18_5

    0熱度

    1回答

    我有https://foundation.zurb.com/sites/docs/v/5.5.3/components/topbar.html的html <nav class="top-bar" data-topbar role="navigation">。但我不知道這是如何轉變爲苗條。 nav class="top-bar" role="navigation" data-topbar 這會導致問

    1熱度

    1回答

    Slim是我想用於客戶端Web應用程序(應能脫機工作)的模板語言。 我不知道我是否可以用歐泊來發送它。如果是這樣,那麼該怎麼做呢? 如果目前不可能,請問您能否建議對Slim進行哪些修改以使其與Opal兼容?

    0熱度

    3回答

    我正在使用Ruby on Rails,JavaScript和簡單窗體,並且我在將JavaScript代碼添加到JavaScript中的函數時遇到了問題。 我的源代碼是: $('#add_taxo').on('click',function() { document.getElementById('okok').innerHTML += '<li class="list-group-ite