Browse code

FIX: typo

Cinan Rakosnik authored on 30/05/2013 at 09:25:42
Showing 1 changed files
... ...
@@ -6,12 +6,12 @@
6 6
       .background
7 7
       %p change
8 8
   %h1
9
-    %input{ type: 'text', title: "#{@jid}", class: 'js-edit-name', value: "#{@name}", disabled: @isFb ? 'disabled' : ''}
9
+    %input{ type: 'text', title: "#{@jid}", class: 'js-edit-name', value: "#{@name}", disabled: @isFB ? 'disabled' : ''}
10 10
   %h2{style: 'margin-top: -5px'}
11 11
     -if @message
12 12
       @message
13 13
     -else
14
-      %input{ type: 'text', class: 'js-edit-status empty', value: I18n.t('chat.roster.change_status_msg'), disabled: @isFb ? 'disabled' : '' }
14
+      %input{ type: 'text', class: 'js-edit-status empty', value: I18n.t('chat.roster.change_status_msg'), disabled: @isFB ? 'disabled' : '' }
15 15
   %h3
16 16
     .rolldown.js-change-state
17 17
       .js-state-clickable{ 'data-state' => 'online' }