fix layout in english version & delete useless routes

This commit is contained in:
thomaschen 2013-11-22 14:25:18 +08:00
parent cb78427866
commit 9de2778869
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<legend><h3 style="margin-left: 10px;"><%= t('feed.channel') %></h3></legend>
<fieldset style="margin-left: -50px;">
<fieldset style="margin-left: -25px;">
<div class="control-group">
<label class="control-label" for="inputName"><%= t('feed.enter') + " RSS " + t('feed.name')%>:</label>
<div class="controls">

View File

@ -2,9 +2,6 @@ Rails.application.routes.draw do
namespace :panel do
namespace :feed do
namespace :back_end do
match "videos/get_videos" => "videos#get_videos"
resources :videos
resources :channel_videos
resources :feeds
end
end