Fix #72 - add follow/unfollow button to public profiles

This commit is contained in:
Eugen Rochko 2016-10-06 21:27:58 +02:00
parent 87ba52ad3f
commit 3554d638b3
7 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,2 @@
//= require jquery
//= require jquery_ujs

View File

@ -58,6 +58,13 @@
}
}
.controls {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.details {
display: flex;
margin-top: 30px;

View File

@ -16,6 +16,16 @@ class AccountsController < ApplicationController
end
end