Changesets can be listed by changeset number.
The Git repository is here.
Changeset 441
Fix bug raised in Ticket #285.
- Comitted by: rool
- Date: Friday August 30 06:16:44 2013 (over 11 years ago)
Affected files:
- rool/rails/canvass/trunk/app/helpers/currencies_helper.rb (diff)
- rool/rails/canvass/trunk/app/views/layouts/application.html.erb (diff)
- rool/rails/gullery/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/hub/trunk/app/views/layouts/default.html.erb (diff)
- rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml (diff)
rool/rails/canvass/trunk/app/helpers/currencies_helper.rb:
prev. | current | |
# :align => 'top', | ||
# :class => 'currency_converter' | ||
# ), | ||
94 | | |
94 | # "https://www.google.com/search?q=convert+#{ formatted_value }+#{ currency.code }+to+#{ current_user.location.currency.code }", | |
# :target => '_blank', | ||
# :class => 'help' | ||
# ) |
rool/rails/canvass/trunk/app/views/layouts/application.html.erb:
prev. | current | |
<h3>Search whole site</h3> | ||
<p /> | ||
49 | | |
49 | <form action="https://www.google.com/search" method="get" class="searchform"> | |
<input type="hidden" name="num" value="10" /> | ||
<input type="hidden" name="hl" value="en" /> | ||
<input type="hidden" name="as_sitesearch" value="www.riscosopen.org" /> |
rool/rails/gullery/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<h3>Search whole site</h3> | ||
<p /> | ||
45 | | |
45 | <form action="https://www.google.com/search" method="get" class="searchform"> | |
<input type="hidden" name="num" value="10" /> | ||
<input type="hidden" name="hl" value="en" /> | ||
rool/rails/hub/trunk/app/views/layouts/default.html.erb:
prev. | current | |
<h3>Search whole site</h3> | ||
<p /> | ||
38 | | |
38 | <form action="https://www.google.com/search" method="get" class="searchform"> | |
<input type="hidden" name="num" value="10" /> | ||
<input type="hidden" name="hl" value="en" /> | ||
<input type="hidden" name="as_sitesearch" value="www.riscosopen.org" /> | ||
... | ... | |
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
58 | ||
59 | </html> |
rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<h3>Search whole site</h3> | ||
<p /> | ||
45 | | |
45 | <form action="https://www.google.com/search" method="get" class="searchform"> | |
<input type="hidden" name="num" value="10" /> | ||
<input type="hidden" name="hl" value="en" /> | ||
<input type="hidden" name="as_sitesearch" value="www.riscosopen.org" /> | ||
... | ... | |
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
80 | ||
81 | </html> |