readding codeharbor_link views and actions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
de:
|
||||
activerecord:
|
||||
attributes:
|
||||
code_harbor_link:
|
||||
codeharbor_link:
|
||||
oauth2token: OAuth2 Token
|
||||
consumer:
|
||||
name: Name
|
||||
|
@@ -1,7 +1,7 @@
|
||||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
code_harbor_link:
|
||||
codeharbor_link:
|
||||
oauth2token: OAuth2 Token
|
||||
consumer:
|
||||
name: Name
|
||||
@@ -240,6 +240,10 @@ en:
|
||||
consumers:
|
||||
show:
|
||||
link: Consumer
|
||||
codeharbor_link:
|
||||
profile_label: Codeharbor Link
|
||||
new: Create link to Codeharbor
|
||||
edit: Edit existing link
|
||||
execution_environments:
|
||||
form:
|
||||
hints:
|
||||
|
@@ -13,7 +13,7 @@ Rails.application.routes.draw do
|
||||
get 'by_file_type/:file_type_id', as: :by_file_type, action: :by_file_type
|
||||
end
|
||||
end
|
||||
# resources :code_harbor_links
|
||||
resources :codeharbor_links
|
||||
resources :request_for_comments do
|
||||
member do
|
||||
get :mark_as_solved, defaults: { format: :json }
|
||||
|
Reference in New Issue
Block a user