Changeset 1201
- Timestamp:
- 07/10/08 15:00:51 (6 months ago)
- Files:
-
- trunk/app/views/planet/_planetarium.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/planet/_planetarium.html.erb
r1057 r1201 25 25 <% if @used_by_owner %> 26 26 <td> 27 <%= link_to_remote(_(" Remove"),27 <%= link_to_remote(_("Cancel"), 28 28 :update => 'planetarium-content', 29 29 :url => planet_unsubscribe_url(:address => @planet.address, :blog_address => blog.address), 30 30 :loaded => "Element.show('planetarium-content'); Element.show('planetarium-switch')", 31 31 :confirm => "%s -- %s" % [blog_title, _("Do you want to unsubscribe this blog from this planet?")], 32 :title => _(" Remove"))32 :title => _("Cancel")) 33 33 %> 34 34 </td>
