Merge pull request #3302 from movilla/new_login
Translation new make something /stream [ci skip]
This commit is contained in:
commit
234bb4cb56
3 changed files with 7 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
= stream.title
|
= stream.title
|
||||||
|
|
||||||
- if current_user.beta?
|
- if current_user.beta?
|
||||||
= link_to "Make something", "#composer", :rel => "facebox", :class => "button primary", :style => "display: block; margin: 20px 10px; margin-bottom: 30px; padding: 10px; text-align:center; font-weight: bold;"
|
= link_to t('.make_something'), "#composer", :rel => "facebox", :class => "button primary", :style => "display: block; margin: 20px 10px; margin-bottom: 30px; padding: 10px; text-align:center; font-weight: bold;"
|
||||||
|
|
||||||
#composer{:style => "display:none;"}
|
#composer{:style => "display:none;"}
|
||||||
%iframe{:src => '/posts/new', :height => 500, :width => 980, :style => "border:none;"}
|
%iframe{:src => '/posts/new', :height => 500, :width => 980, :style => "border:none;"}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label" for="user_username">
|
<label class="control-label" for="user_username">
|
||||||
USERNAME
|
<%= t('registrations.new.username') %>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label" for="user_password">
|
<label class="control-label" for="user_password">
|
||||||
PASSWORD
|
<%= t('registrations.new.password') %>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<%= f.submit "Sign In", :class => "new-btn" %>
|
<%= f.submit t('devise.sessions.new.sign_in'), :class => "new-btn" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if display_password_reset_link? %>
|
<% if display_password_reset_link? %>
|
||||||
|
|
|
||||||
|
|
@ -262,6 +262,7 @@ en:
|
||||||
aspect_stream:
|
aspect_stream:
|
||||||
stay_updated: "Stay Updated"
|
stay_updated: "Stay Updated"
|
||||||
stay_updated_explanation: "Your main stream is populated with all of your contacts, tags you follow, and posts from some creative members of the community."
|
stay_updated_explanation: "Your main stream is populated with all of your contacts, tags you follow, and posts from some creative members of the community."
|
||||||
|
make_something: "Make something"
|
||||||
|
|
||||||
aspect_memberships:
|
aspect_memberships:
|
||||||
destroy:
|
destroy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue