Skip to content
Extraits de code Groupes Projets
Valider db5d0007 rédigé par Daniel Vincent Grippi's avatar Daniel Vincent Grippi
Parcourir les fichiers

made a sticky request link on the bottom of every page

parent 7fefdd37
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Some things that need doing:
Rename relations:
post.person needs to be post.owner
group.people might want to be group.members
person.owner should probably be person.user
Refactor receive:
user.receive is a little horrifying right now.
Maybe make a model.import or model.perform function which can be called on all the classes.
Definitely move the varied signature verification methods into a unified object.signature_valid?
or signatures_valid?
......@@ -85,3 +85,6 @@
.span-19.prepend-5.last
= render "posts/debug"
#notification_badge.requests
= link_to "requests (#{@request_count})", requests_path
......@@ -628,3 +628,13 @@ h1.big_text {
.requests .person .grey {
font-style: italic;
color: #666666; }
#notification_badge {
position: fixed;
bottom: 0;
margin-left: 854px; }
#notification_badge a {
background-color: #eeeeee;
border: 1px solid #cccccc;
border-bottom: none;
padding: 3px 10px; }
......@@ -825,3 +825,17 @@ h1.big_text
:style italic
:color #666
#notification_badge
:position fixed
:bottom 0
:margin
:left 854px
a
:background
:color #eee
:border 1px solid #ccc
:bottom none
:padding 3px 10px
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter