.container .page-header = link_to feature_model_maps_path, :class => 'btn btn-default' do | Back = link_to edit_feature_model_map_path(@feature_model_map), :class => 'btn btn-warning' do | Edit h1 | feature_model_map table.table.table-striped thead tr th | Feature name th | Llm model name th | Provider tbody tr td = @feature_model_map.feature_name td = @feature_model_map.llm_model_name td = @feature_model_map.provider