Commit b119723c4b7fe8bdf2bd6bbb392bbf1fd98eaaca
1 parent
ebf3c38d
Exists in
community_hub_submodule
updating theme
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
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> |