Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
This commit is contained in:
parent
70bf7f6e19
commit
f5551efdfd
20 changed files with 146 additions and 99 deletions
|
@ -1,7 +1,7 @@
|
|||
- if event.allowed?
|
||||
%div.event-item
|
||||
= event_image(event)
|
||||
= image_tag gravatar_icon(event.author_email), class: "avatar"
|
||||
= image_tag gravatar_icon(event.author_email), class: "avatar s24"
|
||||
|
||||
- if event.push?
|
||||
= render "events/event/push", event: event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue