User profile restyle. Feed(Atom) links for commits & issues
This commit is contained in:
parent
54fb0f8589
commit
a2d3b21189
16 changed files with 147 additions and 92 deletions
|
@ -6,6 +6,10 @@ class KeysController < ApplicationController
|
|||
@keys = current_user.keys.all
|
||||
end
|
||||
|
||||
def show
|
||||
@key = current_user.keys.find(params[:id])
|
||||
end
|
||||
|
||||
def new
|
||||
@key = current_user.keys.new
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue