public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
Modifying the language to be Copy your RubyURL
robbyrussell (author)
Wed May 14 08:44:53 -0700 2008
commit  65af4e584b40dd9663fa3eebf1b7e79df01335a7
tree    67ea5ee96b815a0c934477cb858162fb7291859c
parent  9c710b6160958e137b1ad24dc3f6b185d5c043ee
...
4
5
6
7
 
8
9
 
10
11
12
...
4
5
6
 
7
8
 
9
10
11
12
0
@@ -4,9 +4,9 @@
0
   <div id="url" class="arrow">
0
     <%= link_to @link.permalink, @link.permalink -%>
0
     <div id="x_copy_button">
0
- <%= button_to_function 'Copy this RubyURL', "copy('#{@link.permalink}');" -%>
0
+ <%= button_to_function 'Copy your RubyURL', "copy('#{@link.permalink}');" -%>
0
     </div>
0
- <div id="x_copied" style="display:none;">copied and ready for pasting!</div>
0
+ <div id="x_copied" style="display:none;">Your RubyURL is ready for pasting!</div>
0
   </div>
0
 
0
   <dl id="url_stats">

Comments

    No one has commented yet.