update authentication system to Devise
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="apps">
|
||||
<%= link_to thingtweets_path do %>
|
||||
<%= image_tag 'thingtweet.png', :size => '104x104' %>
|
||||
<br />
|
||||
<br>
|
||||
<%= t(:thingtweet) %>
|
||||
<% end %>
|
||||
</div>
|
||||
@ -16,7 +16,7 @@
|
||||
<div class="apps">
|
||||
<%= link_to thinghttp_index_path do %>
|
||||
<%= image_tag 'thinghttp.png', :size => '104x104' %>
|
||||
<br />
|
||||
<br>
|
||||
<%= t(:thinghttp) %>
|
||||
<% end %>
|
||||
</div>
|
||||
@ -24,7 +24,7 @@
|
||||
<div class="apps">
|
||||
<%= link_to tweetcontrol_index_path do %>
|
||||
<%= image_tag 'tweetcontrol.png', :size => '104x104' %>
|
||||
<br />
|
||||
<br>
|
||||
<%= t(:tweetcontrol) %>
|
||||
<% end %>
|
||||
</div>
|
||||
@ -32,7 +32,7 @@
|
||||
<div class="apps">
|
||||
<%= link_to reacts_path do %>
|
||||
<%= image_tag 'react.png', :size => '104x104' %>
|
||||
<br />
|
||||
<br>
|
||||
<%= t(:react) %>
|
||||
<% end %>
|
||||
</div>
|
||||
@ -40,7 +40,7 @@
|
||||
<div class="apps">
|
||||
<%= link_to talkbacks_path do %>
|
||||
<%= image_tag 'talkback.png', :size => '104x104' %>
|
||||
<br />
|
||||
<br>
|
||||
<%= t(:talkback) %>
|
||||
<% end %>
|
||||
</div>
|
||||
@ -49,7 +49,7 @@
|
||||
<div class="apps">
|
||||
<%= link_to scheduled_thinghttps_path do %>
|
||||
<%= image_tag 'scheduled_thinghttp.png', :size => '104x104' %>
|
||||
<br />
|
||||
<br>
|
||||
<%= t(:scheduled_thinghttp) %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user