dust-generators 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/dust/version.rb CHANGED
@@ -2,7 +2,7 @@ class Dust
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- PATCH = 5
5
+ PATCH = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
@@ -41,9 +41,9 @@
41
41
  <%%= <%=parent_singular_name%>.created_at.to_s(:m_d_y) %>
42
42
  </td>
43
43
  <td>
44
- <div style='float:right'>
45
- <%%=link_to('', edit_<%=parent_singular_name%>_path(<%=parent_singular_name%>), :class => 'edit')%>
46
- <%%=link_to "", <%=parent_singular_name%>, :confirm => 'Are you sure?', :method => :delete, :class => 'destroy' %>
44
+ <div class="ui-widget ui-helper-clearfix" style='float:right'>
45
+ <%%=link_to "", edit_<%=parent_singular_name%>_path(<%=parent_singular_name%>), :class => 'ui-icon ui-icon-pencil edit tip' %>
46
+ <%%=link_to "", <%=parent_singular_name%>, :confirm => 'Are you sure?', :method => :delete, :class => 'ui-icon ui-icon-close destroy tip', :title => "Destroy This Item" %>
47
47
  </div>
48
48
  </td>
49
49
  </tr>
@@ -9,9 +9,9 @@
9
9
 
10
10
  <%% @<%= plural_name %>.each do |<%= singular_name %>| %>
11
11
  <div class="item">
12
- <div style='float:right'>
13
- <%%= link_to '', edit_<%= singular_name %>_path(<%= singular_name %>), :class => 'edit tip', :title => "Edit This Item" %>
14
- <%%= link_to '', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete, :class => 'destroy tip', :title => "Destroy This Item" %>
12
+ <div class="ui-widget ui-helper-clearfix" style='float:right'>
13
+ <%%= link_to '', edit_<%= singular_name %>_path(<%= singular_name %>), :class => 'ui-icon ui-icon-pencil edit tip', :title => "Edit This Item" %>
14
+ <%%= link_to '', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete, :class => 'ui-icon ui-icon-close destroy tip', :title => "Destroy This Item" %>
15
15
  </div>
16
16
 
17
17
  <h3><%%= link_to <%= singular_name %>.<%= first_attribute.name %>, <%= singular_name %> %></h3>
@@ -42,7 +42,7 @@
42
42
  </td>
43
43
  <td>
44
44
  <div style='float:right'>
45
- <%%=link_to('', edit_<%=parent_singular_name%>_path(<%=parent_singular_name%>), :class => 'edit')%>
45
+ <%%=link_to "", edit_<%=parent_singular_name%>_path(<%=parent_singular_name%>), :class => 'edit' %>
46
46
  <%%=link_to "", <%=parent_singular_name%>, :confirm => 'Are you sure?', :method => :delete, :class => 'destroy' %>
47
47
  </div>
48
48
  </td>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 5
9
- version: 0.2.5
8
+ - 6
9
+ version: 0.2.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - rossnelson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-05-01 00:00:00 -05:00
17
+ date: 2011-05-07 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -310,7 +310,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
310
310
  requirements:
311
311
  - - ">="
312
312
  - !ruby/object:Gem::Version
313
- hash: 2438788916249452408
313
+ hash: 901423407419320698
314
314
  segments:
315
315
  - 0
316
316
  version: "0"