contour 2.1.0.beta11 → 2.1.0.beta12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/bootstrap/v3.0.0-rc2/bootstrap.js +1 -1
- data/app/assets/stylesheets/bootstrap-overrides.css +1 -1
- data/app/views/contour/_links.html.erb +6 -6
- data/app/views/contour/confirmations/new.html.erb +1 -1
- data/app/views/contour/passwords/edit.html.erb +1 -1
- data/app/views/contour/passwords/new.html.erb +1 -1
- data/app/views/contour/registrations/edit.html.erb +1 -1
- data/app/views/contour/registrations/new.html.erb +1 -1
- data/app/views/contour/sessions/new.html.erb +1 -1
- data/app/views/contour/unlocks/new.html.erb +1 -1
- data/lib/contour/version.rb +1 -1
- data/lib/generators/contour/scaffold/templates/_form.html.erb +1 -1
- data/lib/generators/contour/scaffold/templates/index.html.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d8d92a57f3a992e033412888c2bff52b2373886
|
4
|
+
data.tar.gz: 62a80e3a5e509c65334a53c8a59096242b68cf2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06e56751dc1ead02a9608a5ee244459265929b1514f2045518c89ba1c3fe4064d7f877b406085a0e826d82b83d1b0fb2ed0759a0582249661fbfb3ec1b10b555
|
7
|
+
data.tar.gz: 1518245064add7dfe26fb9a04a078847c24df54d55665f2a683b768d5fa1952db7e4ebd2695c085f706dd7185b048531ade853460521767395cda6147643fac4
|
@@ -929,7 +929,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
|
|
929
929
|
this.$element
|
930
930
|
.removeClass('in')
|
931
931
|
.attr('aria-hidden', true)
|
932
|
-
.off('click.dismiss.modal')
|
932
|
+
// .off('click.dismiss.modal')
|
933
933
|
|
934
934
|
$.support.transition && this.$element.hasClass('fade') ?
|
935
935
|
this.$element
|
@@ -1,25 +1,25 @@
|
|
1
1
|
<%- if controller_name != 'sessions' %>
|
2
|
-
<%= link_to "Sign in", new_session_path(resource_name), class: 'btn btn-xs' %>
|
2
|
+
<%= link_to "Sign in", new_session_path(resource_name), class: 'btn btn-default btn-xs' %>
|
3
3
|
<% end -%>
|
4
4
|
|
5
5
|
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
|
6
|
-
<%= link_to "Sign up", new_registration_path(resource_name), class: 'btn btn-xs' %>
|
6
|
+
<%= link_to "Sign up", new_registration_path(resource_name), class: 'btn btn-default btn-xs' %>
|
7
7
|
<% end -%>
|
8
8
|
|
9
9
|
<%- if devise_mapping.recoverable? && controller_name != 'passwords' %>
|
10
|
-
<%= link_to "Forgot your password?", new_password_path(resource_name), class: 'btn btn-xs' %>
|
10
|
+
<%= link_to "Forgot your password?", new_password_path(resource_name), class: 'btn btn-default btn-xs' %>
|
11
11
|
<% end -%>
|
12
12
|
|
13
13
|
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
|
14
|
-
<%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name), class: 'btn btn-xs' %>
|
14
|
+
<%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name), class: 'btn btn-default btn-xs' %>
|
15
15
|
<% end -%>
|
16
16
|
|
17
17
|
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
|
18
|
-
<%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name), class: 'btn btn-xs' %>
|
18
|
+
<%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name), class: 'btn btn-default btn-xs' %>
|
19
19
|
<% end -%>
|
20
20
|
|
21
21
|
<%- if devise_mapping.omniauthable? %>
|
22
22
|
<%- resource_class.omniauth_providers.each do |provider| %>
|
23
|
-
<%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider), class: 'btn btn-xs' %>
|
23
|
+
<%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider), class: 'btn btn-default btn-xs' %>
|
24
24
|
<% end -%>
|
25
25
|
<% end -%>
|
data/lib/contour/version.rb
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
</h1>
|
7
7
|
</div>
|
8
8
|
|
9
|
-
<%%= form_tag <%= resource_name_plural %>_path, method: :get, remote: true, id: "<%= resource_name_plural %>_search", class: 'form-
|
9
|
+
<%%= form_tag <%= resource_name_plural %>_path, method: :get, remote: true, id: "<%= resource_name_plural %>_search", class: 'form-inline', data: { object: 'form-load', no_turbolink: true } do %>
|
10
10
|
<%%= hidden_field_tag :order %>
|
11
11
|
<%%= text_field_tag 'search', params[:search], class: 'form-control' %>
|
12
12
|
<%%= submit_tag 'Search', class: 'btn btn-primary' %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contour
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.0.
|
4
|
+
version: 2.1.0.beta12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Remo Mueller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|