updates from production

This commit is contained in:
Lee Lawlor
2014-09-23 20:29:52 -04:00
parent 476d3ae6b3
commit 85056c9d17
7 changed files with 4 additions and 36 deletions

View File

@ -38,7 +38,6 @@ class User < ActiveRecord::Base
has_many :thinghttps, :dependent => :destroy
has_many :tweetcontrols, :dependent => :destroy
has_many :reacts, :dependent => :destroy
has_many :scheduled_thinghttps, :dependent => :destroy
has_many :talkbacks, :dependent => :destroy
has_many :timecontrols, :dependent => :destroy
has_many :plugins, :dependent => :destroy

View File

@ -48,7 +48,7 @@
<% if current_admin_user.present? %>
<div class="apps">
<%= link_to timecontrols_path do %>
<%= image_tag 'scheduled_thinghttp.png', :size => '104x104' %>
<%= image_tag 'timecontrol.png', :size => '104x104' %>
<br>
<%= t(:timecontrol) %>
<% end %>