Fix #72 - add follow/unfollow button to public profiles
This commit is contained in:
parent
87ba52ad3f
commit
3554d638b3
7 changed files with 33 additions and 1 deletions
2
app/assets/javascripts/application_public.js
Normal file
2
app/assets/javascripts/application_public.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
//= require jquery
|
||||
//= require jquery_ujs
|
|
@ -58,6 +58,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.controls {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.details {
|
||||
display: flex;
|
||||
margin-top: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue