-
- Downloads
There was an error fetching the commit references. Please try again later.
v1.0
Showing
- app/models/ability.rb 34 additions, 0 deletionsapp/models/ability.rb
- app/models/issue.rb 39 additions, 0 deletionsapp/models/issue.rb
- app/models/key.rb 58 additions, 0 deletionsapp/models/key.rb
- app/models/note.rb 41 additions, 0 deletionsapp/models/note.rb
- app/models/project.rb 164 additions, 0 deletionsapp/models/project.rb
- app/models/user.rb 62 additions, 0 deletionsapp/models/user.rb
- app/models/users_project.rb 35 additions, 0 deletionsapp/models/users_project.rb
- app/uploaders/attachment_uploader.rb 49 additions, 0 deletionsapp/uploaders/attachment_uploader.rb
- app/views/admin/_top_menu.html.haml 6 additions, 0 deletionsapp/views/admin/_top_menu.html.haml
- app/views/admin/mailer/preview.html.haml 29 additions, 0 deletionsapp/views/admin/mailer/preview.html.haml
- app/views/admin/projects/_form.html.haml 30 additions, 0 deletionsapp/views/admin/projects/_form.html.haml
- app/views/admin/projects/edit.html.haml 5 additions, 0 deletionsapp/views/admin/projects/edit.html.haml
- app/views/admin/projects/index.html.haml 26 additions, 0 deletionsapp/views/admin/projects/index.html.haml
- app/views/admin/projects/new.html.haml 5 additions, 0 deletionsapp/views/admin/projects/new.html.haml
- app/views/admin/projects/show.html.haml 45 additions, 0 deletionsapp/views/admin/projects/show.html.haml
- app/views/admin/team_members/_form.html.haml 34 additions, 0 deletionsapp/views/admin/team_members/_form.html.haml
- app/views/admin/team_members/edit.html.haml 5 additions, 0 deletionsapp/views/admin/team_members/edit.html.haml
- app/views/admin/team_members/index.html.haml 30 additions, 0 deletionsapp/views/admin/team_members/index.html.haml
- app/views/admin/team_members/new.html.haml 5 additions, 0 deletionsapp/views/admin/team_members/new.html.haml
- app/views/admin/team_members/show.html.haml 32 additions, 0 deletionsapp/views/admin/team_members/show.html.haml
app/models/ability.rb
0 → 100644
app/models/issue.rb
0 → 100644
app/models/key.rb
0 → 100644
app/models/note.rb
0 → 100644
app/models/project.rb
0 → 100644
app/models/user.rb
0 → 100644
app/models/users_project.rb
0 → 100644
app/uploaders/attachment_uploader.rb
0 → 100644
app/views/admin/_top_menu.html.haml
0 → 100644
app/views/admin/mailer/preview.html.haml
0 → 100644
app/views/admin/projects/_form.html.haml
0 → 100644
app/views/admin/projects/edit.html.haml
0 → 100644
app/views/admin/projects/index.html.haml
0 → 100644
app/views/admin/projects/new.html.haml
0 → 100644
app/views/admin/projects/show.html.haml
0 → 100644
app/views/admin/team_members/_form.html.haml
0 → 100644
app/views/admin/team_members/edit.html.haml
0 → 100644
app/views/admin/team_members/index.html.haml
0 → 100644
app/views/admin/team_members/new.html.haml
0 → 100644
app/views/admin/team_members/show.html.haml
0 → 100644
Please register or sign in to comment