English 中文(简体)
推特boot锁显示纽特文
原标题:Twitter bootstrap displays button with greyed text

我将“Twitter Boots”作为我的Ruby铁路应用框架。

I use link_to to generate links that are styled as buttons, with the following CSS classes: "btn btn-primary btn-mini".

例如:

<%= link_to  New Event , url_for(:action =>  new , :controller =>  events ) , :class => "btn btn-primary btn-mini" %>

产生如下......html

<a href="/events/new" class="btn btn-primary btn-mini">New Event</a>

纽顿的展品是正确的,但纽埃而不是白人的陈列。 在职能上,它从事的是罚款,而不是残疾。 案文还翻了一番,因为 mo在 but子上。

我测试了一些案例。 我的结论是,每当产生(或硬编码)与前线(/)挂钩时,纽特文就被搁置。 每当开始时,就有一个相对的资源。

I m 运行铁路3.2.2,并使用最新的排泄装置。

我如何确定这一点?

最佳回答

你们是否掌握着一只耳光的发电机? 问题将产生这种结果。 如果你去掉,那就好了。

您也可以用S-skip型表格管理发电机,以防止其创建。

问题回答

不要完全删除你的手脚。 如果你在另一些时候再次产生耳光,特别是如果你重新开始发展阶段,则双手可能会回来,你也会有同样的问题。 因此,如果你只是删除内容,那么它就象样了,而这个制度今后又增加了一倍。

如果你已经提出申请,并且你决定安装boot锁,并且不再有手套。

.btn:visited { 
color: #FFF
}

简单添加<代码>:至>。

<%= link_to  New Event , url_for(:action =>  new , :controller =>  events ) , :class => "btn btn-primary btn-mini", :style=> color:#FFFFFF;  %>




相关问题
rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Auth-code with A-Za-z0-9 to use in an URL parameter

As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

activerecord has_many :through find with one sql call

I have a these 3 models: class User < ActiveRecord::Base has_many :permissions, :dependent => :destroy has_many :roles, :through => :permissions end class Permission < ActiveRecord::...

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

How to get SQL queries for each user where env is production

I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...

热门标签