qadmin 0.2.2 → 0.2.3

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.
@@ -1,3 +1,7 @@
1
+ == 0.2.3 2009-04-07
2
+
3
+ * Minor fix to template that was breaking some cases of generation
4
+
1
5
  == 0.2.2 2009-03-22
2
6
 
3
7
  * 2 minor enhancements:
@@ -6,7 +6,7 @@ unless defined?(ActiveSupport)
6
6
  end
7
7
 
8
8
  module Qadmin
9
- VERSION = '0.2.2'
9
+ VERSION = '0.2.3'
10
10
  end
11
11
 
12
12
  %w{
@@ -16,7 +16,7 @@
16
16
  <div id="loginbox"><%% if logged_in? %>Welcome, <%%= current_user %> / <%%= link_to "Logout", '/logout' %><%% else %><%%= link_to "Login", '/login' %><%% end %></div>
17
17
  </div>
18
18
  <div id="main">
19
- <% if logged_in? %>
19
+ <%% if logged_in? %>
20
20
  <div id="left_menu">
21
21
  <h3>Panels</h3>
22
22
  <ul class="menu">
@@ -28,7 +28,7 @@
28
28
  <ul class="menu">
29
29
  </ul>
30
30
  </div>
31
- <% end %>
31
+ <%% end %>
32
32
  <div id="content">
33
33
  <%% if flash[:message] %>
34
34
  <div id="message_main" class="message">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Quint
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-22 00:00:00 -04:00
12
+ date: 2009-04-07 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency