Table of Contents - twitter-bootstrap-rails-4.0.0 Documentation
Pages
- application.css
- application.js
- bootstrap.coffee
- bootstrap.js
- bootstrap_and_overrides.css
- bootstrap_and_overrides.less
- layout.html.haml
- layout.html.slim
- _form.html.haml
- _form.html.slim
- edit.html.haml
- edit.html.slim
- index.html.haml
- index.html.slim
- new.html.haml
- new.html.slim
-
show.html.haml
- link_to t('.back', :default => t(“helpers.links.back”)), <%= controller_routing_path %>_path, :class => 'btn btn-default'
- link_to t('.edit', :default => t(“helpers.links.edit”)), edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn btn-default'
- link_to t('.destroy', :default => t(“helpers.links.destroy”)), <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => “delete”, :data => { :confirm => t('.confirm', :default => t(“helpers.links.confirm”, :default => 'Are you sure?')) }, :class => 'btn btn-danger'
-
show.html.slim
- link_to t('.back', :default => t(“helpers.links.back”)), <%= controller_routing_path %>_path, :class => 'btn btn-default'
- link_to t('.edit', :default => t(“helpers.links.edit”)), edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn btn-default'
- link_to t('.destroy', :default => t(“helpers.links.destroy”)), <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => “delete”, :data => { :confirm => t('.confirm', :default => t(“helpers.links.confirm”, :default => 'Are you sure?')) }, :class => 'btn btn-danger'
- _form.html.haml
- _form.html.slim
Classes and Modules
- Bootstrap
- Bootstrap::Generators
- Bootstrap::Generators::InstallGenerator
- Bootstrap::Generators::LayoutGenerator
- Bootstrap::Generators::PartialGenerator
- Bootstrap::Generators::ThemedGenerator
- Twitter::Bootstrap
- Twitter::Bootstrap::Breadcrumbs
- Twitter::Bootstrap::Breadcrumbs::ClassMethods
- Twitter::Bootstrap::Rails
- Twitter::Bootstrap::Rails::Engine
Methods
- ::new — Bootstrap::Generators::ThemedGenerator
- #add_assets — Bootstrap::Generators::InstallGenerator
- #add_bootstrap — Bootstrap::Generators::InstallGenerator
- #add_bootstrap_breadcrumb — Twitter::Bootstrap::Breadcrumbs
- #add_bootstrap_breadcrumb — Twitter::Bootstrap::Breadcrumbs::ClassMethods
- #add_locale — Bootstrap::Generators::InstallGenerator
- #cleanup_legacy — Bootstrap::Generators::InstallGenerator
- #columns — Bootstrap::Generators::ThemedGenerator
- #controller_routing_path — Bootstrap::Generators::ThemedGenerator
- #copy_views — Bootstrap::Generators::ThemedGenerator
- #excluded? — Bootstrap::Generators::ThemedGenerator
- #excluded_columns — Bootstrap::Generators::ThemedGenerator
- #excluded_columns_names — Bootstrap::Generators::ThemedGenerator
- #excluded_columns_pattern — Bootstrap::Generators::ThemedGenerator
- #ext — Bootstrap::Generators::ThemedGenerator
- #extract_modules — Bootstrap::Generators::ThemedGenerator
- #form_builder — Bootstrap::Generators::ThemedGenerator
- #generate_erb — Bootstrap::Generators::ThemedGenerator
- #generate_layout — Bootstrap::Generators::LayoutGenerator
- #generate_partial — Bootstrap::Generators::PartialGenerator
- #generate_views — Bootstrap::Generators::ThemedGenerator
- #initialize_views_variables — Bootstrap::Generators::ThemedGenerator
- #model_name — Bootstrap::Generators::ThemedGenerator
- #new_attribute — Bootstrap::Generators::ThemedGenerator
- #plural_model_name — Bootstrap::Generators::ThemedGenerator
- #plural_resource_name — Bootstrap::Generators::ThemedGenerator
- #rescue_block — Bootstrap::Generators::ThemedGenerator
- #resource_name — Bootstrap::Generators::ThemedGenerator
- #retrieve_columns — Bootstrap::Generators::ThemedGenerator
- #selected_views — Bootstrap::Generators::ThemedGenerator
- #singular_controller_routing_path — Bootstrap::Generators::ThemedGenerator
- #translate_breadcrumb — Twitter::Bootstrap::Breadcrumbs
- #use_coffeescript? — Bootstrap::Generators::InstallGenerator
- #use_less? — Bootstrap::Generators::InstallGenerator