Show More
Commit Description:
add golden submit button...
Commit Description:
add golden submit button - When the user submit more than or equal to 100 times the submit button will turn gold - Add golden-btn tag in applications.css.scss
File last commit:
Show/Diff file:
Action:
app/views/messages/_short_message.html.haml | 12 lines | 393 B | text/x-haml | HamlLexer |
jittat
[web] added message feature...
r102 %tr
Jittat Fakcharoenphol
hides deleted user name from messages
r343 - if short_message.sender
%td=h short_message.sender.full_name
- else
%td (user deleted)
jittat
[web] added message feature...
r102 %td= "#{short_message.created_at}"
%td=h truncate(short_message.body)
%td
Jittat Fakcharoenphol
hides deleted user name from messages
r343 - if short_message.sender
= link_to "[reply]", :action => 'show', :id => short_message.id
Sarun Intaralawan
Implement list_all action for message console
r357 - if params[:action] != 'list_all'
= link_to "[hide]", :action => 'hide', :id => short_message.id