2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title
|
2013-06-05 15:25:27 -04:00
|
|
|
= image_tag gravatar_icon(@user.email), class: "avatar s24"
|
2013-03-24 17:16:52 -04:00
|
|
|
= @user.name
|
2013-06-05 15:25:27 -04:00
|
|
|
%span
|
|
|
|
\/
|
|
|
|
Snippets
|
2013-03-24 17:16:52 -04:00
|
|
|
%small share code pastes with others out of git repository
|
|
|
|
= link_to new_snippet_path, class: "btn btn-small add_new pull-right", title: "New Snippet" do
|
|
|
|
Add new snippet
|
|
|
|
|
|
|
|
%hr
|
|
|
|
|
2013-06-05 15:25:27 -04:00
|
|
|
= render 'snippets'
|