diff --git a/app/views/profile/index.html.erb b/app/views/profile/index.html.erb index c0a09ce..6bbae5a 100644 --- a/app/views/profile/index.html.erb +++ b/app/views/profile/index.html.erb @@ -19,7 +19,7 @@
- <% plugins_tabs = @plugins.dispatch(:profile_tabs).map { |tab| {:title => tab[:title], :id => tab[:id], :content => instance_exec(&tab[:content]), :start => tab[:title]} }%> + <% plugins_tabs = @plugins.dispatch(:profile_tabs).map { |tab| {:title => tab[:title], :id => tab[:id], :content => instance_exec(&tab[:content]), :start => tab[:start]} }%> <% tabs = plugins_tabs.select { |tab| tab[:start] } %> -- libgit2 0.21.2 |