Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
DRY problem select
Commit Description:
DRY problem select
%h3 Message
.message
.stat
= " #{ @message . sender . full_name } at #{ @message . created_at } "
.body = simple_format ( @message . body )
%h3 Your reply:
= form_for 'message' , url : reply_message_path ( @message ) do | f |
= f . text_area :body , :rows => 5 , :cols => 100
-#= f.hidden_field :receiver_id, {:value => @message.sender_id }
-#= f.hidden_field :replying_message_id, {:value => @message.id }
= submit_tag "Post"
%p
If you do not want to reply, but want to hide this message from
console, you can
= link_to "[hide]" , :action => 'hide' , :id => @message . id
this message. (This message will be marked as replied.)
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings