Skip to content

Commit

Permalink
changing title to features (publiclab#3878)
Browse files Browse the repository at this point in the history
  • Loading branch information
narnt authored and jywarren committed Nov 7, 2018
1 parent 107e0a0 commit fe6eb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/features_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class FeaturesController < ApplicationController
before_action :require_user, except: [:embed]

def index
@title = "Features"
@features = Node.where(type: 'feature')
.paginate(page: params[:page])
end
Expand Down

0 comments on commit fe6eb0e

Please sign in to comment.