diff --git a/app/views/profile/_leave_scrap_to_self.rhtml b/app/views/profile/_leave_scrap_to_self.rhtml new file mode 100644 index 0000000..4d9ac6e --- /dev/null +++ b/app/views/profile/_leave_scrap_to_self.rhtml @@ -0,0 +1,4 @@ +<%= @message %> +<% unless @activities.nil? %> + <%= render :partial => 'profile_activities_scraps', :locals => {:activities => @activities} %> +<% end %> diff --git a/app/views/profile/_profile_activities_list.rhtml b/app/views/profile/_profile_activities_list.rhtml new file mode 100644 index 0000000..4d9ac6e --- /dev/null +++ b/app/views/profile/_profile_activities_list.rhtml @@ -0,0 +1,4 @@ +<%= @message %> +<% unless @activities.nil? %> + <%= render :partial => 'profile_activities_scraps', :locals => {:activities => @activities} %> +<% end %> diff --git a/app/views/profile/_profile_scrap_reply_form.rhtml b/app/views/profile/_profile_scrap_reply_form.rhtml new file mode 100644 index 0000000..0c973b9 --- /dev/null +++ b/app/views/profile/_profile_scrap_reply_form.rhtml @@ -0,0 +1,12 @@ + -- libgit2 0.21.2