min-width: 100px;
max-width: 150px;
border-right:1px solid white;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
}
input:first-child,
.button:first-child {
</div>
<div class='buttons'>
<%= submit_tag t('message.new.send_button') %>
- <%= link_to t('message.new.back_to_inbox'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %>
+ <%= link_to t('message.new.back'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %>
</div>
</fieldset>
<% end %>
<% end %>
- <%= link_to t('message.read.back_to_outbox'), {:controller => 'message', :action => 'outbox', :display_name => @user.display_name }, :class => "button deemphasize" %>
+ <%= link_to t('message.read.back'), {:controller => 'message', :action => 'outbox', :display_name => @user.display_name }, :class => "button deemphasize" %>
</div>
date: "Date"
reply_button: "Reply"
unread_button: "Mark as unread"
- back_to_inbox: "Back to inbox"
+ back: "Back"
to: "To"
- back_to_outbox: "Back to outbox"
wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please login as the correct user in order to read it."
sent_message_summary:
delete_button: "Delete"