0
截至目前,在相關部門的代碼:在修身/ Ruby on Rails的添加引導Glyphicon形成一個佔位符
= form_for(resource, as: resource_name, url: registration_path(resource_name), html:{id:'registration-form'}) do |f|
= devise_error_messages!
div style="padding:4px"
= f.email_field :email, autofocus: true, placeholder: "Email address", class:"form-control", style:"height:60px"
,輸出是這樣看,我認爲這是非常好的:
但我想獲得的引導3信封Glyphicon在文本的前面。截至本週,我是Rails的新成員,並且無法在其他地方找到有關此想法的幫助。它看起來像this post是非常接近我想要做的,但我不知道如何做到這一點對f.email_field標記。感謝任何有建議的人!
因此,這將是更多的東西一樣[粘貼在這裏的代碼(http://pastebin.com/zh7fW5FR)? – Free