Created
September 18, 2012 01:24
-
-
Save cosmo0920/3740740 to your computer and use it in GitHub Desktop.
i_profileの表示の最後の"}"が気になる…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- profile.rb.orig 2012-09-17 17:40:23.000000000 +0900 | |
+++ profile.rb 2012-09-18 10:22:02.560279855 +0900 | |
@@ -20,7 +20,7 @@ | |
on_show_profile do |service, user| | |
container = profile_head(user) | |
- i_profile = tab nil, "#{user[:name]} のプロフィール}" do | |
+ i_profile = tab nil, "#{user[:name]} のプロフィール" do | |
set_icon user[:profile_image_url] | |
set_deletable true | |
shrink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment