Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created September 18, 2012 01:24
Show Gist options
  • Save cosmo0920/3740740 to your computer and use it in GitHub Desktop.
Save cosmo0920/3740740 to your computer and use it in GitHub Desktop.
i_profileの表示の最後の"}"が気になる…
--- 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