Commit b1b8e61758abc8722ab487f6121cd570d7cefda5
1 parent
f01c7655
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
updating theme
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
plugins/community_hub/views/community_hub_plugin_public/_settings.rhtml
| 1 | <ul class="settings"> | 1 | <ul class="settings"> |
| 2 | <li class="twitter"> | 2 | <li class="twitter"> |
| 3 | <%= link_to _("Twitter settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> | 3 | <%= link_to _("Twitter settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> |
| 4 | + <form> | ||
| 5 | + <label>#hashtag a ser seguida</label> | ||
| 6 | + <input></input><input class="btn-ok" type="submit" value="ok"></input> | ||
| 7 | + </form> | ||
| 4 | </li> | 8 | </li> |
| 5 | <li class="facebook"> | 9 | <li class="facebook"> |
| 6 | <%= link_to _("Facebook settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> | 10 | <%= link_to _("Facebook settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> |
| @@ -9,4 +13,4 @@ | @@ -9,4 +13,4 @@ | ||
| 9 | <li class="general"> | 13 | <li class="general"> |
| 10 | <%= link_to _("General settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> | 14 | <%= link_to _("General settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> |
| 11 | </li> | 15 | </li> |
| 12 | -</ul> | ||
| 13 | \ No newline at end of file | 16 | \ No newline at end of file |
| 17 | +</ul> |