public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix link titles on the asset bucket icons

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2120 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sat Sep 09 07:03:41 -0700 2006
commit  8d25894b639301b553746217931af082c1130bed
tree    f9e9ba71ccaab09a02d11e645e9737533bd62d79
parent  583c8e46c1da690cbbb47ac2db574b69b3c0a66f
...
1
2
3
 
4
5
 
6
7
8
...
1
2
 
3
4
 
5
6
7
8
0
@@ -1,8 +1,8 @@
0
          <ul class="file-tools clear">
0
            <li class="fedit"><%= link_to 'Edit', edit_asset_path(asset), :title => 'Edit this file' %></li>
0
- <li class="fdelete"><%= link_to 'Delete', asset_path(asset), :tilte => 'Delete this asset',
0
+ <li class="fdelete"><%= link_to 'Delete', asset_path(asset), :title => 'Delete this asset',
0
                                      :confirm => 'Are you sure you wish to delete this?', :method => :delete %></li>
0
- <li class="fbucket"><%= link_to_remote 'Add to bucket', :url => add_bucket_asset_path(asset), :html => { :title => 'Add to bucket' }%></li>
0
+ <li class="fbucket"><%= link_to_remote('Add to bucket', {:url => add_bucket_asset_path(asset)}, { :title => 'Add to bucket' }) %></li>
0
          </ul>
0
          <%= link_to(asset_image_for(asset, size || :tiny), asset.public_filename, :target => '_blank') %>
0
          <%= "<h4>#{truncate(asset.title, 20)}</h4>" if !asset.image? %>

Comments

    No one has commented yet.