hubertlepicki / GoTranslateYourself

This is Rails 3 engine, which lets your client translate their apps themselves. Is using MongoDB
http://amberbit.com
MIT License
36 stars 36 forks source link

Automatically adjust input text field tag size depending on the size of the default string to translate #8

Closed Florent2 closed 13 years ago

Florent2 commented 13 years ago

Hi Hubert,

Another small patch.

Florent2 commented 13 years ago

Sorry, looks like my pull request includes my previous commit.

hubertlepicki commented 13 years ago

Hi,

yeah I think it works like that -- shows commits that differ between two branches (hubertlepicki/master and Florent2/maste). If you want to create pull request with only one commit, you have to create special branch and cherry-pick into it. Not very nice but not sure how could that work the other way.

But I have pulled in both your commits, thanks a lot! Please note, that for the view one, I decided to extract some code to helper/controller to keep view super dumb.

Best, H.