cornflakeomnisocial 0.1.2.6 → 0.1.2.7

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.
@@ -4,11 +4,19 @@
4
4
  <%= form_for @user, :url => confirm_path(:account_id => @account) do |f| %>
5
5
  <%= f.error_messages %>
6
6
 
7
- <%= f.label :display_name %>:
8
- <%= f.text_field :display_name %><br />
7
+ <p>
8
+ <%= f.label :display_name %>:
9
+ <%= f.text_field :display_name %>
10
+ </p>
9
11
 
10
- <%= f.label :email_address %>:
11
- <%= f.text_field :email_address %><br />
12
+ <p>
13
+ <%= f.label :email_address %>:
14
+ <%= f.text_field :email_address %><br />
15
+ </p>
16
+
17
+ <p>
18
+ <label>&nbsp;</label>
19
+ <%= f.submit %>
20
+ </p>
12
21
 
13
- <%= f.submit %>
14
22
  <% end %>
@@ -1,11 +1,4 @@
1
1
  <div id="omnisocial-login">
2
- <% if flash[:error] -%>
3
- <div class="error">
4
- <p>
5
- <%= flash[:error] %>
6
- </p>
7
- </div>
8
- <% end -%>
9
2
  <div class="information">
10
3
  <h1>Sign in (or up)</h1>
11
4
  <p class="large">
@@ -1,3 +1,3 @@
1
1
  module Omnisocial
2
- VERSION = '0.1.2.6'
2
+ VERSION = '0.1.2.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cornflakeomnisocial
3
3
  version: !ruby/object:Gem::Version
4
- hash: 67
4
+ hash: 65
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 2
10
- - 6
11
- version: 0.1.2.6
10
+ - 7
11
+ version: 0.1.2.7
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jason Kotchoff
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-09 00:00:00 +10:00
19
+ date: 2011-08-15 00:00:00 +10:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency